Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentTabularSection
-
-
Uses of DocumentTabularSection in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return DocumentTabularSection Modifier and Type Method Description DocumentTabularSection
DocumentTabularSectionInitializer. create(IV8Project v8project, Version version)
-
Uses of DocumentTabularSection in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type DocumentTabularSection Modifier and Type Method Description protected boolean
MdTypeInferrer. _inferFrom(DocumentTabularSection object)
-
Uses of DocumentTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentTabularSection Modifier and Type Method Description DocumentTabularSection
MdClassFactory. createDocumentTabularSection()
Returns a new object of class 'Document Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DocumentTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentTabularSection>
Document. getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list. -
Uses of DocumentTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DocumentTabularSection Modifier and Type Class Description class
DocumentTabularSectionImpl
An implementation of the model object 'Document Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentTabularSection Modifier and Type Method Description DocumentTabularSection
MdClassFactoryImpl. createDocumentTabularSection()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentTabularSection>
DocumentImpl. getTabularSections()
-
Uses of DocumentTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentTabularSection Modifier and Type Method Description T
MdClassSwitch. caseDocumentTabularSection(DocumentTabularSection object)
Returns the result of interpreting the object as an instance of 'Document Tabular Section'.boolean
MdClassValidator. validateDocumentTabularSection(DocumentTabularSection documentTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-