Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ChartOfAccountsTabularSection
-
-
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 ChartOfAccountsTabularSection
ChartOfAccountsTabularSectionInitializer. create(IV8Project v8project, Version version)
-
Uses of ChartOfAccountsTabularSection in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type ChartOfAccountsTabularSection Modifier and Type Method Description protected boolean
MdTypeInferrer. _inferFrom(ChartOfAccountsTabularSection object)
-
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 ChartOfAccountsTabularSection
MdClassFactory. 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 class
ChartOfAccountsTabularSectionImpl
An 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 ChartOfAccountsTabularSection
MdClassFactoryImpl. 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 T
MdClassSwitch. caseChartOfAccountsTabularSection(ChartOfAccountsTabularSection object)
Returns the result of interpreting the object as an instance of 'Chart Of Accounts Tabular Section'.boolean
MdClassValidator. validateChartOfAccountsTabularSection(ChartOfAccountsTabularSection chartOfAccountsTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-