Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ChartOfAccountsTabularSection
-
Packages that use ChartOfAccountsTabularSection Package Description com._1c.g5.v8.dt.md.model com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of ChartOfAccountsTabularSection in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return ChartOfAccountsTabularSection Modifier and Type Method Description ChartOfAccountsTabularSectionChartOfAccountsTabularSectionInitializer. create(IV8Project v8project, Version version) -
Uses of ChartOfAccountsTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChartOfAccountsTabularSection Modifier and Type Method Description ChartOfAccountsTabularSectionMdClassFactory. createChartOfAccountsTabularSection()Returns a new object of class 'Chart Of Accounts Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ChartOfAccountsTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartOfAccountsTabularSection>ChartOfAccounts. getTabularSections()Returns the value of the 'Tabular Sections' containment reference list. -
Uses of ChartOfAccountsTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ChartOfAccountsTabularSection Modifier and Type Class Description classChartOfAccountsTabularSectionImplAn implementation of the model object 'Chart Of Accounts Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ChartOfAccountsTabularSection Modifier and Type Method Description ChartOfAccountsTabularSectionMdClassFactoryImpl. createChartOfAccountsTabularSection()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ChartOfAccountsTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartOfAccountsTabularSection>ChartOfAccountsImpl. getTabularSections() -
Uses of ChartOfAccountsTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ChartOfAccountsTabularSection Modifier and Type Method Description TMdClassSwitch. caseChartOfAccountsTabularSection(ChartOfAccountsTabularSection object)Returns the result of interpreting the object as an instance of 'Chart Of Accounts Tabular Section'.booleanMdClassValidator. validateChartOfAccountsTabularSection(ChartOfAccountsTabularSection chartOfAccountsTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-