Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeUsersSeparation
-
Packages that use CommonAttributeUsersSeparation 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 CommonAttributeUsersSeparation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CommonAttributeUsersSeparation Modifier and Type Field Description static List<CommonAttributeUsersSeparation>
CommonAttributeUsersSeparation. VALUES
A public read-only list of all the 'Common Attribute Users Separation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeUsersSeparation Modifier and Type Method Description static CommonAttributeUsersSeparation
CommonAttributeUsersSeparation. get(int value)
Returns the 'Common Attribute Users Separation' literal with the specified integer value.static CommonAttributeUsersSeparation
CommonAttributeUsersSeparation. get(String literal)
Returns the 'Common Attribute Users Separation' literal with the specified literal value.static CommonAttributeUsersSeparation
CommonAttributeUsersSeparation. getByName(String name)
Returns the 'Common Attribute Users Separation' literal with the specified name.CommonAttributeUsersSeparation
CommonAttribute. getUsersSeparation()
Returns the value of the 'Users Separation' attribute.static CommonAttributeUsersSeparation
CommonAttributeUsersSeparation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonAttributeUsersSeparation[]
CommonAttributeUsersSeparation. 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 CommonAttributeUsersSeparation Modifier and Type Method Description void
CommonAttribute. setUsersSeparation(CommonAttributeUsersSeparation value)
Sets the value of the 'Users Separation
' attribute. -
Uses of CommonAttributeUsersSeparation in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttributeUsersSeparation Modifier and Type Method Description CommonAttributeUsersSeparation
MdClassFactoryImpl. createCommonAttributeUsersSeparationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CommonAttributeUsersSeparation
CommonAttributeImpl. getUsersSeparation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeUsersSeparation Modifier and Type Method Description void
CommonAttributeImpl. setUsersSeparation(CommonAttributeUsersSeparation newUsersSeparation)
-
Uses of CommonAttributeUsersSeparation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttributeUsersSeparation Modifier and Type Method Description boolean
MdClassValidator. validateCommonAttributeUsersSeparation(CommonAttributeUsersSeparation commonAttributeUsersSeparation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-