Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeSeparatedDataUse
Packages that use CommonAttributeSeparatedDataUse
Package
Description
-
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 CommonAttributeSeparatedDataUseModifier and TypeFieldDescriptionstatic final 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 CommonAttributeSeparatedDataUseModifier and TypeMethodDescriptionCommonAttributeSeparatedDataUse.get
(int value) Returns the 'Common Attribute Separated Data Use' literal with the specified integer value.Returns the 'Common Attribute Separated Data Use' literal with the specified literal value.Returns the 'Common Attribute Separated Data Use' literal with the specified name.CommonAttribute.getSeparatedDataUse()
Returns the value of the 'Separated Data Use' attribute.Returns the enum constant of this class with the specified name.static CommonAttributeSeparatedDataUse[]
CommonAttributeSeparatedDataUse.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 CommonAttributeSeparatedDataUseModifier and TypeMethodDescriptionvoid
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 CommonAttributeSeparatedDataUseModifier and TypeMethodDescriptionMdClassFactoryImpl.createCommonAttributeSeparatedDataUseFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CommonAttributeImpl.getSeparatedDataUse()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeSeparatedDataUseModifier and TypeMethodDescriptionvoid
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 CommonAttributeSeparatedDataUseModifier and TypeMethodDescriptionboolean
MdClassValidator.validateCommonAttributeSeparatedDataUse
(CommonAttributeSeparatedDataUse commonAttributeSeparatedDataUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)