Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeContentItem
-
-
Uses of CommonAttributeContentItem in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type CommonAttributeContentItem Modifier and Type Method Description protected Optional<CommonAttributeContentItem>
CommonAttributeContentTreeComponent. getContentItem(MdObject mdObject)
Gets the content item which corresponds the given MD object, if any.Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type CommonAttributeContentItem Modifier and Type Method Description protected void
CommonAttributeContentTreeComponent.CommonAttributeContentMapper. initItem(CommonAttributeContentItemViewModel viewItem, MdObject mdObject, CommonAttribute commonAttribute, CommonAttributeContentItem contentItem)
Inits the common attribute content item modelMethod parameters in com._1c.g5.v8.dt.md.ui.aef.components with type arguments of type CommonAttributeContentItem Modifier and Type Method Description static NavigatorContentProviderStateManager
CommonAttributeContentTreeComponent. createProjectContentProviderState(CommonAttribute commonAttribute, boolean showOnlyUsed, Map<org.eclipse.xtext.naming.QualifiedName,CommonAttributeContentItem> cacheContent, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager bmEmfIndexManager, IFilteredNavigatorContentProvider filteredNavigatorContentProvider)
CreatesNavigatorContentProviderStateManager
withIEObjectTrie
contains content of theCommonAttribute
-
Uses of CommonAttributeContentItem in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that return types with arguments of type CommonAttributeContentItem Modifier and Type Method Description Optional<CommonAttributeContentItem>
CommonAttributeContentModel. findContentItem(MdObject mdObject)
Finds the content item for the provided metadata object in common attribute content. -
Uses of CommonAttributeContentItem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeContentItem Modifier and Type Method Description CommonAttributeContentItem
MdClassFactory. createCommonAttributeContentItem()
Returns a new object of class 'Common Attribute Content Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommonAttributeContentItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonAttributeContentItem>
CommonAttribute. getContent()
Returns the value of the 'Content' containment reference list. -
Uses of CommonAttributeContentItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonAttributeContentItem Modifier and Type Class Description class
CommonAttributeContentItemImpl
An implementation of the model object 'Common Attribute Content Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttributeContentItem Modifier and Type Method Description CommonAttributeContentItem
MdClassFactoryImpl. createCommonAttributeContentItem()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonAttributeContentItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonAttributeContentItem>
CommonAttributeImpl. getContent()
-
Uses of CommonAttributeContentItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttributeContentItem Modifier and Type Method Description T
MdClassSwitch. caseCommonAttributeContentItem(CommonAttributeContentItem object)
Returns the result of interpreting the object as an instance of 'Common Attribute Content Item'.boolean
MdClassValidator. validateCommonAttributeContentItem(CommonAttributeContentItem commonAttributeContentItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-