Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.HierarchicalDbObjectTabularSection
-
-
Uses of HierarchicalDbObjectTabularSection 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 HierarchicalDbObjectTabularSection Modifier and Type Method Description protected void
BasicTabularSectionXmlPartReader. readHierarchicalDbObjectTabularSection(HierarchicalDbObjectTabularSection tabularSection, IXmlNode node, Version version, IXmlReadErrorCollector xrr)
Read node to targetHierarchicalDbObjectTabularSection
object -
Uses of HierarchicalDbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of HierarchicalDbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
CatalogTabularSection
A representation of the model object 'Catalog Tabular Section'.interface
ChartOfCharacteristicTypesTabularSection
A representation of the model object 'Chart Of Characteristic Types Tabular Section'. -
Uses of HierarchicalDbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement HierarchicalDbObjectTabularSection Modifier and Type Class Description class
CatalogTabularSectionImpl
An implementation of the model object 'Catalog Tabular Section'.class
ChartOfCharacteristicTypesTabularSectionImpl
An implementation of the model object 'Chart Of Characteristic Types Tabular Section'.class
HierarchicalDbObjectTabularSectionImpl
An implementation of the model object 'Hierarchical Db Object Tabular Section'. -
Uses of HierarchicalDbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type HierarchicalDbObjectTabularSection Modifier and Type Method Description T
MdClassSwitch. caseHierarchicalDbObjectTabularSection(HierarchicalDbObjectTabularSection object)
Returns the result of interpreting the object as an instance of 'Hierarchical Db Object Tabular Section'.boolean
MdClassValidator. validateHierarchicalDbObjectTabularSection(HierarchicalDbObjectTabularSection hierarchicalDbObjectTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-