Uses of Interface
com._1c.g5.v8.dt.moxel.EmbeddedTableItem
-
Packages that use EmbeddedTableItem Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of EmbeddedTableItem in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return EmbeddedTableItem Modifier and Type Method Description EmbeddedTableItem
MoxelFactory. createEmbeddedTableItem()
Returns a new object of class 'Embedded Table Item'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type EmbeddedTableItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<EmbeddedTableItem>
SpreadsheetDocument. getEmbeddedTables()
Returns the value of the 'Embedded Tables' containment reference list. -
Uses of EmbeddedTableItem in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement EmbeddedTableItem Modifier and Type Class Description class
EmbeddedTableItemImpl
An implementation of the model object 'Embedded Table Item'.Methods in com._1c.g5.v8.dt.moxel.impl that return EmbeddedTableItem Modifier and Type Method Description EmbeddedTableItem
MoxelFactoryImpl. createEmbeddedTableItem()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type EmbeddedTableItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<EmbeddedTableItem>
SpreadsheetDocumentImpl. getEmbeddedTables()
-
Uses of EmbeddedTableItem in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type EmbeddedTableItem Modifier and Type Method Description T
MoxelSwitch. caseEmbeddedTableItem(EmbeddedTableItem object)
Returns the result of interpreting the object as an instance of 'Embedded Table Item'.
-