Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ExchangePlanTabularSection
-
Packages that use ExchangePlanTabularSection 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 ExchangePlanTabularSection in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return ExchangePlanTabularSection Modifier and Type Method Description ExchangePlanTabularSectionExchangePlanTabularSectionInitializer. create(IV8Project v8project, Version version) -
Uses of ExchangePlanTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ExchangePlanTabularSection Modifier and Type Method Description ExchangePlanTabularSectionMdClassFactory. createExchangePlanTabularSection()Returns a new object of class 'Exchange Plan Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ExchangePlanTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanTabularSection>ExchangePlan. getTabularSections()Returns the value of the 'Tabular Sections' containment reference list. -
Uses of ExchangePlanTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ExchangePlanTabularSection Modifier and Type Class Description classExchangePlanTabularSectionImplAn implementation of the model object 'Exchange Plan Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ExchangePlanTabularSection Modifier and Type Method Description ExchangePlanTabularSectionMdClassFactoryImpl. createExchangePlanTabularSection()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ExchangePlanTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanTabularSection>ExchangePlanImpl. getTabularSections() -
Uses of ExchangePlanTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ExchangePlanTabularSection Modifier and Type Method Description TMdClassSwitch. caseExchangePlanTabularSection(ExchangePlanTabularSection object)Returns the result of interpreting the object as an instance of 'Exchange Plan Tabular Section'.booleanMdClassValidator. validateExchangePlanTabularSection(ExchangePlanTabularSection exchangePlanTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-