Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentTabularSection
-
Packages that use DocumentTabularSection 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 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 DocumentTabularSectionDocumentTabularSectionInitializer. create(IV8Project v8project, Version version) -
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 DocumentTabularSectionMdClassFactory. 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 classDocumentTabularSectionImplAn 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 DocumentTabularSectionMdClassFactoryImpl. 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 TMdClassSwitch. caseDocumentTabularSection(DocumentTabularSection object)Returns the result of interpreting the object as an instance of 'Document Tabular Section'.booleanMdClassValidator. validateDocumentTabularSection(DocumentTabularSection documentTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-