Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeUse
-
-
Uses of CommonAttributeUse in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type CommonAttributeUse Constructor Description CommonAttributeContentTask(CommonAttribute attribute, MdObject object, CommonAttributeUse use)Instantiate task for create,delete or editCommonAttributeContentItemediting without conditional split object.CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter) -
Uses of CommonAttributeUse in com._1c.g5.v8.dt.md.ui.aef.components
Fields in com._1c.g5.v8.dt.md.ui.aef.components with type parameters of type CommonAttributeUse Modifier and Type Field Description protected static Pair<CommonAttributeUse,ItemViewModel>CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__AUTO_DONT_USE_STATEprotected static Pair<CommonAttributeUse,ItemViewModel>CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__AUTO_USE_STATEprotected static Pair<CommonAttributeUse,ItemViewModel>CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__DONT_USE_STATEprotected static Pair<CommonAttributeUse,ItemViewModel>CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__USE_STATEMethods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type CommonAttributeUse Modifier and Type Method Description protected Pair<CommonAttributeUse,ItemViewModel>CommonAttributeContentTreeComponent.CommonAttributeContentMapper. getDefaultUseValue(CommonAttribute commonAttribute)Gets the default value for not explicitly defined content itemprotected List<Pair<CommonAttributeUse,ItemViewModel>>CommonAttributeContentTreeComponent. getUseInput(CommonAttribute commonAttribute, CommonAttributeContentItemViewModel itemViewModel)Gets the input from the view model of the USE field -
Uses of CommonAttributeUse in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CommonAttributeUse Modifier and Type Field Description static List<CommonAttributeUse>CommonAttributeUse. VALUESA public read-only list of all the 'Common Attribute Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeUse Modifier and Type Method Description static CommonAttributeUseCommonAttributeUse. get(int value)Returns the 'Common Attribute Use' literal with the specified integer value.static CommonAttributeUseCommonAttributeUse. get(String literal)Returns the 'Common Attribute Use' literal with the specified literal value.static CommonAttributeUseCommonAttributeUse. getByName(String name)Returns the 'Common Attribute Use' literal with the specified name.CommonAttributeUseCommonAttributeContentItem. getUse()Returns the value of the 'Use' attribute.static CommonAttributeUseCommonAttributeUse. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonAttributeUse[]CommonAttributeUse. 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 CommonAttributeUse Modifier and Type Method Description voidCommonAttributeContentItem. setUse(CommonAttributeUse value)Sets the value of the 'Use' attribute. -
Uses of CommonAttributeUse in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttributeUse Modifier and Type Method Description CommonAttributeUseMdClassFactoryImpl. createCommonAttributeUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CommonAttributeUseCommonAttributeContentItemImpl. getUse()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeUse Modifier and Type Method Description voidCommonAttributeContentItemImpl. setUse(CommonAttributeUse newUse) -
Uses of CommonAttributeUse in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttributeUse Modifier and Type Method Description booleanMdClassValidator. validateCommonAttributeUse(CommonAttributeUse commonAttributeUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-