Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.ObjectAutonumerationMode
Packages that use ObjectAutonumerationMode
Package
Description
-
Uses of ObjectAutonumerationMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type ObjectAutonumerationModeModifier and TypeFieldDescriptionstatic final List<ObjectAutonumerationMode>ObjectAutonumerationMode.VALUESA public read-only list of all the 'Object Autonumeration Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ObjectAutonumerationModeModifier and TypeMethodDescriptionstatic ObjectAutonumerationModeObjectAutonumerationMode.get(int value) Returns the 'Object Autonumeration Mode' literal with the specified integer value.static ObjectAutonumerationModeReturns the 'Object Autonumeration Mode' literal with the specified literal value.static ObjectAutonumerationModeReturns the 'Object Autonumeration Mode' literal with the specified name.Configuration.getObjectAutonumerationMode()Returns the value of the 'Object Autonumeration Mode' attribute.static ObjectAutonumerationModeReturns the enum constant of this class with the specified name.static ObjectAutonumerationMode[]ObjectAutonumerationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ObjectAutonumerationModeModifier and TypeMethodDescriptionvoidConfiguration.setObjectAutonumerationMode(ObjectAutonumerationMode value) Sets the value of the 'Object Autonumeration Mode' attribute. -
Uses of ObjectAutonumerationMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ObjectAutonumerationModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createObjectAutonumerationModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ConfigurationImpl.getObjectAutonumerationMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ObjectAutonumerationModeModifier and TypeMethodDescriptionvoidConfigurationImpl.setObjectAutonumerationMode(ObjectAutonumerationMode newObjectAutonumerationMode) -
Uses of ObjectAutonumerationMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ObjectAutonumerationModeModifier and TypeMethodDescriptionbooleanMdClassValidator.validateObjectAutonumerationMode(ObjectAutonumerationMode objectAutonumerationMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)