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 editCommonAttributeContentItem
editing 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_STATE
protected static Pair<CommonAttributeUse,ItemViewModel>
CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__AUTO_USE_STATE
protected static Pair<CommonAttributeUse,ItemViewModel>
CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__DONT_USE_STATE
protected static Pair<CommonAttributeUse,ItemViewModel>
CommonAttributeContentTreeComponent. COMMON_ATTRIBUTE_USE__USE_STATE
Methods 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. VALUES
A 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 CommonAttributeUse
CommonAttributeUse. get(int value)
Returns the 'Common Attribute Use' literal with the specified integer value.static CommonAttributeUse
CommonAttributeUse. get(String literal)
Returns the 'Common Attribute Use' literal with the specified literal value.static CommonAttributeUse
CommonAttributeUse. getByName(String name)
Returns the 'Common Attribute Use' literal with the specified name.CommonAttributeUse
CommonAttributeContentItem. getUse()
Returns the value of the 'Use' attribute.static CommonAttributeUse
CommonAttributeUse. 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 void
CommonAttributeContentItem. 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 CommonAttributeUse
MdClassFactoryImpl. createCommonAttributeUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CommonAttributeUse
CommonAttributeContentItemImpl. getUse()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeUse Modifier and Type Method Description void
CommonAttributeContentItemImpl. 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 boolean
MdClassValidator. validateCommonAttributeUse(CommonAttributeUse commonAttributeUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-