Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DbObjectTabularSection
-
-
Uses of DbObjectTabularSection in com._1c.g5.v8.dt.erd.core.dataconverter.extensions
Method parameters in com._1c.g5.v8.dt.erd.core.dataconverter.extensions with type arguments of type DbObjectTabularSection Modifier and Type Method Description protected com._1c.g5.v8.dt.diagram.framework.model.DataAbstractConverter. getTabularSectionsPart(Collection<? extends DbObjectTabularSection> tabularSections)Returns data for given tabular sections. -
Uses of DbObjectTabularSection 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 DbObjectTabularSection Modifier and Type Method Description protected voidBasicTabularSectionXmlPartReader. readDbObjectTabularSection(DbObjectTabularSection tabularSection, IXmlNode node, Version version, IXmlReadErrorCollector xrr)Read node to targetDbObjectTabularSectionobject -
Uses of DbObjectTabularSection in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type DbObjectTabularSection Modifier and Type Method Description protected booleanMdFieldInferrer. _inferFromTabularSection(DbObjectTabularSection object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode) -
Uses of DbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of DbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceBusinessProcessTabularSectionA representation of the model object 'Business Process Tabular Section'.interfaceCatalogTabularSectionA representation of the model object 'Catalog Tabular Section'.interfaceChartOfAccountsTabularSectionA representation of the model object 'Chart Of Accounts Tabular Section'.interfaceChartOfCalculationTypesTabularSectionA representation of the model object 'Chart Of Calculation Types Tabular Section'.interfaceChartOfCharacteristicTypesTabularSectionA representation of the model object 'Chart Of Characteristic Types Tabular Section'.interfaceDocumentTabularSectionA representation of the model object 'Document Tabular Section'.interfaceExchangePlanTabularSectionA representation of the model object 'Exchange Plan Tabular Section'.interfaceHierarchicalDbObjectTabularSectionA representation of the model object 'Hierarchical Db Object Tabular Section'.interfaceTaskTabularSectionA representation of the model object 'Task Tabular Section'. -
Uses of DbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DbObjectTabularSection Modifier and Type Class Description classBusinessProcessTabularSectionImplAn implementation of the model object 'Business Process Tabular Section'.classCatalogTabularSectionImplAn implementation of the model object 'Catalog Tabular Section'.classChartOfAccountsTabularSectionImplAn implementation of the model object 'Chart Of Accounts Tabular Section'.classChartOfCalculationTypesTabularSectionImplAn implementation of the model object 'Chart Of Calculation Types Tabular Section'.classChartOfCharacteristicTypesTabularSectionImplAn implementation of the model object 'Chart Of Characteristic Types Tabular Section'.classDbObjectTabularSectionImplAn implementation of the model object 'Db Object Tabular Section'.classDocumentTabularSectionImplAn implementation of the model object 'Document Tabular Section'.classExchangePlanTabularSectionImplAn implementation of the model object 'Exchange Plan Tabular Section'.classHierarchicalDbObjectTabularSectionImplAn implementation of the model object 'Hierarchical Db Object Tabular Section'.classTaskTabularSectionImplAn implementation of the model object 'Task Tabular Section'. -
Uses of DbObjectTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DbObjectTabularSection Modifier and Type Method Description TMdClassSwitch. caseDbObjectTabularSection(DbObjectTabularSection object)Returns the result of interpreting the object as an instance of 'Db Object Tabular Section'.booleanMdClassValidator. validateDbObjectTabularSection(DbObjectTabularSection dbObjectTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-