Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeAutoUse
Packages that use CommonAttributeAutoUse
Package
Description
-
Uses of CommonAttributeAutoUse in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CommonAttributeAutoUseModifier and TypeFieldDescriptionstatic final List<CommonAttributeAutoUse>
CommonAttributeAutoUse.VALUES
A public read-only list of all the 'Common Attribute Auto Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeAutoUseModifier and TypeMethodDescriptionstatic CommonAttributeAutoUse
CommonAttributeAutoUse.get
(int value) Returns the 'Common Attribute Auto Use' literal with the specified integer value.static CommonAttributeAutoUse
Returns the 'Common Attribute Auto Use' literal with the specified literal value.CommonAttribute.getAutoUse()
Returns the value of the 'Auto Use' attribute.static CommonAttributeAutoUse
Returns the 'Common Attribute Auto Use' literal with the specified name.static CommonAttributeAutoUse
Returns the enum constant of this class with the specified name.static CommonAttributeAutoUse[]
CommonAttributeAutoUse.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 CommonAttributeAutoUseModifier and TypeMethodDescriptionvoid
CommonAttribute.setAutoUse
(CommonAttributeAutoUse value) Sets the value of the 'Auto Use
' attribute. -
Uses of CommonAttributeAutoUse in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttributeAutoUseModifier and TypeMethodDescriptionMdClassFactoryImpl.createCommonAttributeAutoUseFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CommonAttributeImpl.getAutoUse()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeAutoUseModifier and TypeMethodDescriptionvoid
CommonAttributeImpl.setAutoUse
(CommonAttributeAutoUse newAutoUse) -
Uses of CommonAttributeAutoUse in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttributeAutoUseModifier and TypeMethodDescriptionboolean
MdClassValidator.validateCommonAttributeAutoUse
(CommonAttributeAutoUse commonAttributeAutoUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)