Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeUse
Packages that use CommonAttributeUse
Package
Description
-
Uses of CommonAttributeUse in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that return CommonAttributeUseModifier and TypeMethodDescriptionprotected abstract CommonAttributeUseAbstractCommonAttributesDataUseHandler.getValue()ReturnsCommonAttributeUsevalue.protected CommonAttributeUseCommonAttributesDataDoNotUseHandler.getValue()protected CommonAttributeUseCommonAttributesDataUseHandler.getValue()Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with parameters of type CommonAttributeUseModifier and TypeMethodDescriptionstatic voidCommonAttributesUtil.createAndExecuteTask(org.eclipse.emf.ecore.EObject model, IStructuredSelection selection, CommonAttributeUse value) Creates and executes 'Use' value task.Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with parameters of type CommonAttributeUseModifierConstructorDescriptionprotectedCommonAttributesDataUseAction(org.eclipse.swt.graphics.Image icon, CommonAttributeUse use, IModelEditingSupport modelEditingSupport) The constructor. -
Uses of CommonAttributeUse in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that return types with arguments of type CommonAttributeUseModifier and TypeMethodDescriptionprotected List<Pair<CommonAttributeUse,ItemViewModel>> AdoptedCommonAttributeContentTreeComponent.getUseInput(CommonAttribute commonAttribute, CommonAttributeContentItemViewModel itemViewModel) -
Uses of CommonAttributeUse in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type CommonAttributeUseModifierConstructorDescriptionCommonAttributeContentTask(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 CommonAttributeUseModifier and TypeFieldDescriptionprotected static final Pair<CommonAttributeUse,ItemViewModel> CommonAttributeContentTreeComponent.COMMON_ATTRIBUTE_USE__AUTO_DONT_USE_STATEprotected static final Pair<CommonAttributeUse,ItemViewModel> CommonAttributeContentTreeComponent.COMMON_ATTRIBUTE_USE__AUTO_USE_STATEprotected static final Pair<CommonAttributeUse,ItemViewModel> CommonAttributeContentTreeComponent.COMMON_ATTRIBUTE_USE__DONT_USE_STATEprotected static final 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 CommonAttributeUseModifier and TypeMethodDescriptionprotected 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 CommonAttributeUseModifier and TypeFieldDescriptionstatic final 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 CommonAttributeUseModifier and TypeMethodDescriptionstatic CommonAttributeUseCommonAttributeUse.get(int value) Returns the 'Common Attribute Use' literal with the specified integer value.static CommonAttributeUseReturns the 'Common Attribute Use' literal with the specified literal value.static CommonAttributeUseReturns the 'Common Attribute Use' literal with the specified name.CommonAttributeContentItem.getUse()Returns the value of the 'Use' attribute.static CommonAttributeUseReturns the enum constant of this class with the specified name.static CommonAttributeUse[]CommonAttributeUse.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 CommonAttributeUseModifier and TypeMethodDescriptionvoidCommonAttributeContentItem.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 CommonAttributeUseModifier and TypeMethodDescriptionMdClassFactoryImpl.createCommonAttributeUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CommonAttributeContentItemImpl.getUse()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeUseModifier and TypeMethodDescriptionvoidCommonAttributeContentItemImpl.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 CommonAttributeUseModifier and TypeMethodDescriptionbooleanMdClassValidator.validateCommonAttributeUse(CommonAttributeUse commonAttributeUse, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)