class MondrianOlap4jCellSetAxis extends Object implements CellSetAxis
CellSetAxis
 for the Mondrian OLAP engine.| Constructor and Description | 
|---|
MondrianOlap4jCellSetAxis(MondrianOlap4jCellSet olap4jCellSet,
                         QueryAxis queryAxis,
                         RolapAxis axis)
Creates a MondrianOlap4jCellSetAxis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CellSetAxisMetaData | 
getAxisMetaData()  | 
Axis | 
getAxisOrdinal()  | 
CellSet | 
getCellSet()  | 
int | 
getPositionCount()  | 
List<Position> | 
getPositions()  | 
ListIterator<Position> | 
iterator()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorMondrianOlap4jCellSetAxis(MondrianOlap4jCellSet olap4jCellSet, QueryAxis queryAxis, RolapAxis axis)
olap4jCellSet - Cell setqueryAxis - Query axisaxis - Axispublic Axis getAxisOrdinal()
getAxisOrdinal in interface CellSetAxispublic CellSet getCellSet()
getCellSet in interface CellSetAxispublic CellSetAxisMetaData getAxisMetaData()
getAxisMetaData in interface CellSetAxispublic List<Position> getPositions()
getPositions in interface CellSetAxispublic int getPositionCount()
getPositionCount in interface CellSetAxispublic ListIterator<Position> iterator()
iterator in interface Iterable<Position>iterator in interface CellSetAxis