Uses of Class
org.pentaho.di.trans.steps.olapinput.olap4jhelper.AbstractBaseCell
Packages that use AbstractBaseCell
-
Uses of AbstractBaseCell in org.pentaho.di.trans.steps.olapinput.olap4jhelper
Subclasses of AbstractBaseCell in org.pentaho.di.trans.steps.olapinput.olap4jhelperMethods in org.pentaho.di.trans.steps.olapinput.olap4jhelper that return AbstractBaseCellModifier and TypeMethodDescriptionMatrix.get
(int x, int y) Returns the cell at a particular coordinate.AbstractBaseCell[][]
CellDataSet.getCellSetBody()
AbstractBaseCell[][]
CellDataSet.getCellSetHeaders()
Methods in org.pentaho.di.trans.steps.olapinput.olap4jhelper that return types with arguments of type AbstractBaseCellMethods in org.pentaho.di.trans.steps.olapinput.olap4jhelper with parameters of type AbstractBaseCellModifier and TypeMethodDescriptionvoid
CellDataSet.setCellSetBody
(AbstractBaseCell[][] cellSet) void
CellDataSet.setCellSetHeaders
(AbstractBaseCell[][] cellSet)