Uses of Class
org.pentaho.di.trans.steps.olapinput.olap4jhelper.AbstractBaseCell

Packages that use AbstractBaseCell
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
 class DataCell
           
 class MemberCell
           
 

Methods in org.pentaho.di.trans.steps.olapinput.olap4jhelper that return AbstractBaseCell
 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
 Map<List<Integer>,AbstractBaseCell> Matrix.getMap()
          Return the generated hashmap.
 

Methods in org.pentaho.di.trans.steps.olapinput.olap4jhelper with parameters of type AbstractBaseCell
 void CellDataSet.setCellSetBody(AbstractBaseCell[][] cellSet)
           
 void CellDataSet.setCellSetHeaders(AbstractBaseCell[][] cellSet)