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