Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.AttributeUse
-
Packages that use AttributeUse Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 AttributeUse Modifier and Type Field Description static 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 AttributeUse Modifier and Type Method Description static AttributeUse
AttributeUse. get(int value)
Returns the 'Attribute Use' literal with the specified integer value.static AttributeUse
AttributeUse. get(String literal)
Returns the 'Attribute Use' literal with the specified literal value.static AttributeUse
AttributeUse. getByName(String name)
Returns the 'Attribute Use' literal with the specified name.AttributeUse
HierarchicalDbObjectAttribute. getUse()
Returns the value of the 'Use' attribute.AttributeUse
HierarchicalDbObjectTabularSection. getUse()
Returns the value of the 'Use' attribute.static AttributeUse
AttributeUse. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeUse[]
AttributeUse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AttributeUse Modifier and Type Method Description void
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 AttributeUse Modifier and Type Method Description AttributeUse
MdClassFactoryImpl. createAttributeUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
AttributeUse
HierarchicalDbObjectAttributeImpl. getUse()
AttributeUse
HierarchicalDbObjectTabularSectionImpl. getUse()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AttributeUse Modifier and Type Method Description void
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 AttributeUse Modifier and Type Method Description boolean
MdClassValidator. validateAttributeUse(AttributeUse attributeUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-