Uses of Interface
com._1c.g5.v8.dt.moxel.RowGroup
-
Packages that use RowGroup Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of RowGroup in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return RowGroup Modifier and Type Method Description RowGroup
MoxelFactory. createRowGroup()
Returns a new object of class 'Row Group'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type RowGroup Modifier and Type Method Description org.eclipse.emf.common.util.EList<RowGroup>
SpreadsheetDocument. getRowGroups()
Returns the value of the 'Row Groups' containment reference list. -
Uses of RowGroup in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement RowGroup Modifier and Type Class Description class
RowGroupImpl
An implementation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel.impl that return RowGroup Modifier and Type Method Description RowGroup
MoxelFactoryImpl. createRowGroup()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type RowGroup Modifier and Type Method Description org.eclipse.emf.common.util.EList<RowGroup>
SpreadsheetDocumentImpl. getRowGroups()
-
Uses of RowGroup in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type RowGroup Modifier and Type Method Description T
MoxelSwitch. caseRowGroup(RowGroup object)
Returns the result of interpreting the object as an instance of 'Row Group'.
-