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