Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BusinessProcessTabularSection
-
Packages that use BusinessProcessTabularSection 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 BusinessProcessTabularSection in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return BusinessProcessTabularSection Modifier and Type Method Description BusinessProcessTabularSectionBusinessProcessTabularSectionInitializer. create(IV8Project v8project, Version version) -
Uses of BusinessProcessTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return BusinessProcessTabularSection Modifier and Type Method Description BusinessProcessTabularSectionMdClassFactory. createBusinessProcessTabularSection()Returns a new object of class 'Business Process Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type BusinessProcessTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<BusinessProcessTabularSection>BusinessProcess. getTabularSections()Returns the value of the 'Tabular Sections' containment reference list. -
Uses of BusinessProcessTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BusinessProcessTabularSection Modifier and Type Class Description classBusinessProcessTabularSectionImplAn implementation of the model object 'Business Process Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return BusinessProcessTabularSection Modifier and Type Method Description BusinessProcessTabularSectionMdClassFactoryImpl. createBusinessProcessTabularSection()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type BusinessProcessTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<BusinessProcessTabularSection>BusinessProcessImpl. getTabularSections() -
Uses of BusinessProcessTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BusinessProcessTabularSection Modifier and Type Method Description TMdClassSwitch. caseBusinessProcessTabularSection(BusinessProcessTabularSection object)Returns the result of interpreting the object as an instance of 'Business Process Tabular Section'.booleanMdClassValidator. validateBusinessProcessTabularSection(BusinessProcessTabularSection businessProcessTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-