Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeAutoUse
-
Packages that use CommonAttributeAutoUse 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 CommonAttributeAutoUse in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CommonAttributeAutoUse Modifier and Type Field Description static List<CommonAttributeAutoUse>CommonAttributeAutoUse. VALUESA public read-only list of all the 'Common Attribute Auto Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeAutoUse Modifier and Type Method Description static CommonAttributeAutoUseCommonAttributeAutoUse. get(int value)Returns the 'Common Attribute Auto Use' literal with the specified integer value.static CommonAttributeAutoUseCommonAttributeAutoUse. get(String literal)Returns the 'Common Attribute Auto Use' literal with the specified literal value.CommonAttributeAutoUseCommonAttribute. getAutoUse()Returns the value of the 'Auto Use' attribute.static CommonAttributeAutoUseCommonAttributeAutoUse. getByName(String name)Returns the 'Common Attribute Auto Use' literal with the specified name.static CommonAttributeAutoUseCommonAttributeAutoUse. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonAttributeAutoUse[]CommonAttributeAutoUse. 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 CommonAttributeAutoUse Modifier and Type Method Description voidCommonAttribute. 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 CommonAttributeAutoUse Modifier and Type Method Description CommonAttributeAutoUseMdClassFactoryImpl. createCommonAttributeAutoUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CommonAttributeAutoUseCommonAttributeImpl. getAutoUse()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeAutoUse Modifier and Type Method Description voidCommonAttributeImpl. 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 CommonAttributeAutoUse Modifier and Type Method Description booleanMdClassValidator. validateCommonAttributeAutoUse(CommonAttributeAutoUse commonAttributeAutoUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-