Uses of Interface
com._1c.g5.v8.dt.moxel.PivotTable
-
Packages that use PivotTable Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of PivotTable in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return PivotTable Modifier and Type Method Description PivotTable
MoxelFactory. createPivotTable()
Returns a new object of class 'Pivot Table'.PivotTable
EmbeddedTableItem. getTable()
Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type PivotTable Modifier and Type Method Description void
EmbeddedTableItem. setTable(PivotTable value)
Sets the value of the 'Table
' containment reference. -
Uses of PivotTable in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement PivotTable Modifier and Type Class Description class
PivotTableImpl
An implementation of the model object 'Pivot Table'.Methods in com._1c.g5.v8.dt.moxel.impl that return PivotTable Modifier and Type Method Description PivotTable
MoxelFactoryImpl. createPivotTable()
PivotTable
EmbeddedTableItemImpl. getTable()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PivotTable Modifier and Type Method Description void
EmbeddedTableItemImpl. setTable(PivotTable newTable)
-
Uses of PivotTable in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type PivotTable Modifier and Type Method Description T
MoxelSwitch. casePivotTable(PivotTable object)
Returns the result of interpreting the object as an instance of 'Pivot Table'.
-