Uses of Class
org.pentaho.di.trans.steps.olapinput.olap4jhelper.AbstractBaseCell
-
Packages that use AbstractBaseCell Package Description org.pentaho.di.trans.steps.olapinput.olap4jhelper -
-
Uses of AbstractBaseCell in org.pentaho.di.trans.steps.olapinput.olap4jhelper
Subclasses of AbstractBaseCell in org.pentaho.di.trans.steps.olapinput.olap4jhelper Modifier and Type Class Description class
DataCell
class
MemberCell
Methods in org.pentaho.di.trans.steps.olapinput.olap4jhelper that return AbstractBaseCell Modifier and Type Method Description AbstractBaseCell
Matrix. 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 AbstractBaseCell Modifier and Type Method Description Map<List<Integer>,AbstractBaseCell>
Matrix. getMap()
Return the generated hashmap.Methods in org.pentaho.di.trans.steps.olapinput.olap4jhelper with parameters of type AbstractBaseCell Modifier and Type Method Description void
CellDataSet. setCellSetBody(AbstractBaseCell[][] cellSet)
void
CellDataSet. setCellSetHeaders(AbstractBaseCell[][] cellSet)
-