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