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 voidBasicTabularSectionXmlPartReader. readBasicTabularSection(BasicTabularSection tabularSection, IXmlNode node, Version version, IXmlReadErrorCollector xrr)Read node to targetBasicTabularSectionobject -
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 classBasicTabularSectionInitializer<M extends BasicTabularSection>BasicIMdObjectInitializerimplementation -
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 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'.interfaceDataProcessorTabularSectionA representation of the model object 'Data Processor Tabular Section'.interfaceDbObjectTabularSectionA representation of the model object 'Db Object 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'.interfaceReportTabularSectionA representation of the model object 'Report Tabular Section'.interfaceTaskTabularSectionA 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 classBasicTabularSectionImplAn implementation of the model object 'Basic Tabular Section'.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'.classDataProcessorTabularSectionImplAn implementation of the model object 'Data Processor 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'.classReportTabularSectionImplAn implementation of the model object 'Report Tabular Section'.classTaskTabularSectionImplAn 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 TMdClassSwitch. caseBasicTabularSection(BasicTabularSection object)Returns the result of interpreting the object as an instance of 'Basic Tabular Section'.booleanMdClassValidator. validateBasicTabularSection(BasicTabularSection basicTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateBasicTabularSection_validate(BasicTabularSection basicTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Basic Tabular Section'.
-