Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicTabularSection
-
-
Uses of BasicTabularSection 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 BasicTabularSection Modifier and Type Method Description protected void
BasicTabularSectionXmlPartReader. readBasicTabularSection(BasicTabularSection tabularSection, IXmlNode node, Version version, IXmlReadErrorCollector xrr)
Read node to targetBasicTabularSection
object -
Uses of BasicTabularSection in com._1c.g5.v8.dt.md.model
Classes in com._1c.g5.v8.dt.md.model with type parameters of type BasicTabularSection Modifier and Type Class Description class
BasicTabularSectionInitializer<M extends BasicTabularSection>
BasicIMdObjectInitializer
implementation -
Uses of BasicTabularSection in com._1c.g5.v8.dt.md.ui.navigator.adapters
Constructors in com._1c.g5.v8.dt.md.ui.navigator.adapters with parameters of type BasicTabularSection Constructor Description BasicTabularSectionNavigatorAdapter(BasicTabularSection model, IConfigurationProvider configurationProvider, ISymbolicNameService symbolicNameService, IModelParentSupport modelParentSupport, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a new basic tabular section navigator adapter. -
Uses of BasicTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of BasicTabularSection in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
BusinessProcessTabularSection
A representation of the model object 'Business Process Tabular Section'.interface
CatalogTabularSection
A representation of the model object 'Catalog Tabular Section'.interface
ChartOfAccountsTabularSection
A representation of the model object 'Chart Of Accounts Tabular Section'.interface
ChartOfCalculationTypesTabularSection
A representation of the model object 'Chart Of Calculation Types Tabular Section'.interface
ChartOfCharacteristicTypesTabularSection
A representation of the model object 'Chart Of Characteristic Types Tabular Section'.interface
DataProcessorTabularSection
A representation of the model object 'Data Processor Tabular Section'.interface
DbObjectTabularSection
A representation of the model object 'Db Object Tabular Section'.interface
DocumentTabularSection
A representation of the model object 'Document Tabular Section'.interface
ExchangePlanTabularSection
A representation of the model object 'Exchange Plan Tabular Section'.interface
HierarchicalDbObjectTabularSection
A representation of the model object 'Hierarchical Db Object Tabular Section'.interface
ReportTabularSection
A representation of the model object 'Report Tabular Section'.interface
TaskTabularSection
A representation of the model object 'Task Tabular Section'. -
Uses of BasicTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicTabularSection Modifier and Type Class Description class
BasicTabularSectionImpl
An implementation of the model object 'Basic Tabular Section'.class
BusinessProcessTabularSectionImpl
An implementation of the model object 'Business Process Tabular Section'.class
CatalogTabularSectionImpl
An implementation of the model object 'Catalog Tabular Section'.class
ChartOfAccountsTabularSectionImpl
An implementation of the model object 'Chart Of Accounts Tabular Section'.class
ChartOfCalculationTypesTabularSectionImpl
An implementation of the model object 'Chart Of Calculation Types Tabular Section'.class
ChartOfCharacteristicTypesTabularSectionImpl
An implementation of the model object 'Chart Of Characteristic Types Tabular Section'.class
DataProcessorTabularSectionImpl
An implementation of the model object 'Data Processor Tabular Section'.class
DbObjectTabularSectionImpl
An implementation of the model object 'Db Object Tabular Section'.class
DocumentTabularSectionImpl
An implementation of the model object 'Document Tabular Section'.class
ExchangePlanTabularSectionImpl
An implementation of the model object 'Exchange Plan Tabular Section'.class
HierarchicalDbObjectTabularSectionImpl
An implementation of the model object 'Hierarchical Db Object Tabular Section'.class
ReportTabularSectionImpl
An implementation of the model object 'Report Tabular Section'.class
TaskTabularSectionImpl
An implementation of the model object 'Task Tabular Section'. -
Uses of BasicTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type BasicTabularSection Modifier and Type Method Description static Optional<List<BasicTabularSection>>
MdClassUtil. getTabularSections(MdObject owner)
Searches for tabular section, that are contained in owner objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BasicTabularSection Modifier and Type Method Description T
MdClassSwitch. caseBasicTabularSection(BasicTabularSection object)
Returns the result of interpreting the object as an instance of 'Basic Tabular Section'.boolean
MdClassValidator. validateBasicTabularSection(BasicTabularSection basicTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateBasicTabularSection_validate(BasicTabularSection basicTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Basic Tabular Section'.
-