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.VALUESA public read-only list of all the 'Attribute Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return AttributeUseModifier and TypeMethodDescriptionstatic AttributeUseAttributeUse.get(int value) Returns the 'Attribute Use' literal with the specified integer value.static AttributeUseReturns the 'Attribute Use' literal with the specified literal value.static AttributeUseReturns 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 AttributeUseReturns 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 TypeMethodDescriptionvoidHierarchicalDbObjectAttribute.setUse(AttributeUse value) Sets the value of the 'Use' attribute.voidHierarchicalDbObjectTabularSection.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 TypeMethodDescriptionvoidHierarchicalDbObjectAttributeImpl.setUse(AttributeUse newUse) voidHierarchicalDbObjectTabularSectionImpl.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 TypeMethodDescriptionbooleanMdClassValidator.validateAttributeUse(AttributeUse attributeUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)