Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.HierarchicalDbObjectAttribute
-
-
Uses of HierarchicalDbObjectAttribute in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type HierarchicalDbObjectAttribute Modifier and Type Method Description protected void
AbstractBasicFeatureXmlPartReader. readHierarchicalDbObjectAttribute(IXmlNode node, HierarchicalDbObjectAttribute attribute, Version version, IXmlReadErrorCollector errorCollector)
Read node to targetHierarchicalDbObjectAttribute
object -
Uses of HierarchicalDbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of HierarchicalDbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
CatalogAttribute
A representation of the model object 'Catalog Attribute'.interface
ChartOfCharacteristicTypesAttribute
A representation of the model object 'Chart Of Characteristic Types Attribute'. -
Uses of HierarchicalDbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement HierarchicalDbObjectAttribute Modifier and Type Class Description class
CatalogAttributeImpl
An implementation of the model object 'Catalog Attribute'.class
ChartOfCharacteristicTypesAttributeImpl
An implementation of the model object 'Chart Of Characteristic Types Attribute'.class
HierarchicalDbObjectAttributeImpl
An implementation of the model object 'Hierarchical Db Object Attribute'. -
Uses of HierarchicalDbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type HierarchicalDbObjectAttribute Modifier and Type Method Description T
MdClassSwitch. caseHierarchicalDbObjectAttribute(HierarchicalDbObjectAttribute object)
Returns the result of interpreting the object as an instance of 'Hierarchical Db Object Attribute'.boolean
MdClassValidator. validateHierarchicalDbObjectAttribute(HierarchicalDbObjectAttribute hierarchicalDbObjectAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-