Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeExtensionSeparation
Packages that use CommonAttributeExtensionSeparation
Package
Description
-
Uses of CommonAttributeExtensionSeparation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CommonAttributeExtensionSeparationModifier and TypeFieldDescriptionstatic final List<CommonAttributeExtensionSeparation>
CommonAttributeExtensionSeparation.VALUES
A public read-only list of all the 'Common Attribute Extension Separation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeExtensionSeparationModifier and TypeMethodDescriptionCommonAttributeExtensionSeparation.get
(int value) Returns the 'Common Attribute Extension Separation' literal with the specified integer value.Returns the 'Common Attribute Extension Separation' literal with the specified literal value.Returns the 'Common Attribute Extension Separation' literal with the specified name.CommonAttribute.getConfigurationExtensionsSeparation()
Returns the value of the 'Configuration Extensions Separation' attribute.Returns the enum constant of this class with the specified name.static CommonAttributeExtensionSeparation[]
CommonAttributeExtensionSeparation.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 CommonAttributeExtensionSeparationModifier and TypeMethodDescriptionvoid
CommonAttribute.setConfigurationExtensionsSeparation
(CommonAttributeExtensionSeparation value) Sets the value of the 'Configuration Extensions Separation
' attribute. -
Uses of CommonAttributeExtensionSeparation in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttributeExtensionSeparationModifier and TypeMethodDescriptionMdClassFactoryImpl.createCommonAttributeExtensionSeparationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CommonAttributeImpl.getConfigurationExtensionsSeparation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeExtensionSeparationModifier and TypeMethodDescriptionvoid
CommonAttributeImpl.setConfigurationExtensionsSeparation
(CommonAttributeExtensionSeparation newConfigurationExtensionsSeparation) -
Uses of CommonAttributeExtensionSeparation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttributeExtensionSeparationModifier and TypeMethodDescriptionboolean
MdClassValidator.validateCommonAttributeExtensionSeparation
(CommonAttributeExtensionSeparation commonAttributeExtensionSeparation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)