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 classDataCellclassMemberCellMethods in org.pentaho.di.trans.steps.olapinput.olap4jhelper that return AbstractBaseCell Modifier and Type Method Description AbstractBaseCellMatrix. 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 voidCellDataSet. setCellSetBody(AbstractBaseCell[][] cellSet)voidCellDataSet. setCellSetHeaders(AbstractBaseCell[][] cellSet)
-