Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.ObjectAutonumerationMode
-
Packages that use ObjectAutonumerationMode Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 ObjectAutonumerationMode Modifier and Type Field Description static List<ObjectAutonumerationMode>
ObjectAutonumerationMode. VALUES
A public read-only list of all the 'Object Autonumeration Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ObjectAutonumerationMode Modifier and Type Method Description static ObjectAutonumerationMode
ObjectAutonumerationMode. get(int value)
Returns the 'Object Autonumeration Mode' literal with the specified integer value.static ObjectAutonumerationMode
ObjectAutonumerationMode. get(String literal)
Returns the 'Object Autonumeration Mode' literal with the specified literal value.static ObjectAutonumerationMode
ObjectAutonumerationMode. getByName(String name)
Returns the 'Object Autonumeration Mode' literal with the specified name.ObjectAutonumerationMode
Configuration. getObjectAutonumerationMode()
Returns the value of the 'Object Autonumeration Mode' attribute.static ObjectAutonumerationMode
ObjectAutonumerationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectAutonumerationMode[]
ObjectAutonumerationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ObjectAutonumerationMode Modifier and Type Method Description void
Configuration. 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 ObjectAutonumerationMode Modifier and Type Method Description ObjectAutonumerationMode
MdClassFactoryImpl. createObjectAutonumerationModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ObjectAutonumerationMode
ConfigurationImpl. getObjectAutonumerationMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ObjectAutonumerationMode Modifier and Type Method Description void
ConfigurationImpl. 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 ObjectAutonumerationMode Modifier and Type Method Description boolean
MdClassValidator. validateObjectAutonumerationMode(ObjectAutonumerationMode objectAutonumerationMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-