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. VALUESA 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 CommonAttributeUsersSeparationCommonAttributeUsersSeparation. get(int value)Returns the 'Common Attribute Users Separation' literal with the specified integer value.static CommonAttributeUsersSeparationCommonAttributeUsersSeparation. get(String literal)Returns the 'Common Attribute Users Separation' literal with the specified literal value.static CommonAttributeUsersSeparationCommonAttributeUsersSeparation. getByName(String name)Returns the 'Common Attribute Users Separation' literal with the specified name.CommonAttributeUsersSeparationCommonAttribute. getUsersSeparation()Returns the value of the 'Users Separation' attribute.static CommonAttributeUsersSeparationCommonAttributeUsersSeparation. 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 voidCommonAttribute. 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 CommonAttributeUsersSeparationMdClassFactoryImpl. createCommonAttributeUsersSeparationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CommonAttributeUsersSeparationCommonAttributeImpl. getUsersSeparation()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeUsersSeparation Modifier and Type Method Description voidCommonAttributeImpl. 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 booleanMdClassValidator. validateCommonAttributeUsersSeparation(CommonAttributeUsersSeparation commonAttributeUsersSeparation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-