Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.AttributeUse
Packages that use AttributeUse
Package
Description
-
Uses of AttributeUse in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type AttributeUseModifier and TypeFieldDescriptionstatic final List<AttributeUse>
AttributeUse.VALUES
A public read-only list of all the 'Attribute Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return AttributeUseModifier and TypeMethodDescriptionstatic AttributeUse
AttributeUse.get
(int value) Returns the 'Attribute Use' literal with the specified integer value.static AttributeUse
Returns the 'Attribute Use' literal with the specified literal value.static AttributeUse
Returns the 'Attribute Use' literal with the specified name.HierarchicalDbObjectAttribute.getUse()
Returns the value of the 'Use' attribute.HierarchicalDbObjectTabularSection.getUse()
Returns the value of the 'Use' attribute.static AttributeUse
Returns the enum constant of this class with the specified name.static AttributeUse[]
AttributeUse.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 AttributeUseModifier and TypeMethodDescriptionvoid
HierarchicalDbObjectAttribute.setUse
(AttributeUse value) Sets the value of the 'Use
' attribute.void
HierarchicalDbObjectTabularSection.setUse
(AttributeUse value) Sets the value of the 'Use
' attribute. -
Uses of AttributeUse in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AttributeUseModifier and TypeMethodDescriptionMdClassFactoryImpl.createAttributeUseFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) HierarchicalDbObjectAttributeImpl.getUse()
HierarchicalDbObjectTabularSectionImpl.getUse()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AttributeUseModifier and TypeMethodDescriptionvoid
HierarchicalDbObjectAttributeImpl.setUse
(AttributeUse newUse) void
HierarchicalDbObjectTabularSectionImpl.setUse
(AttributeUse newUse) -
Uses of AttributeUse in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AttributeUseModifier and TypeMethodDescriptionboolean
MdClassValidator.validateAttributeUse
(AttributeUse attributeUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)