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