mondrian.rolap
Class RolapAxis.PositionList
java.lang.Object
mondrian.rolap.RolapAxis
mondrian.rolap.RolapAxis.PositionList
- All Implemented Interfaces:
- Axis
- Enclosing class:
- RolapAxis
public static class RolapAxis.PositionList
- extends RolapAxis
The PositionList Axis implementation takes a List of positions.
-
-
Nested classes/interfaces inherited from class mondrian.rolap.RolapAxis |
RolapAxis.MemberArrayIterable, RolapAxis.MemberArrayList, RolapAxis.MemberIterable, RolapAxis.MemberList, RolapAxis.NoPosition, RolapAxis.PositionBase, RolapAxis.PositionIterBase, RolapAxis.PositionList, RolapAxis.PositionListBase, RolapAxis.PositionListUnsupported, RolapAxis.PositionUnsupported, RolapAxis.SingleEmptyPosition, RolapAxis.Wrapper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
positions
protected final List<Position> positions
RolapAxis.PositionList
public RolapAxis.PositionList(List<Position> positions)
getPositions
public List<Position> getPositions()
- Specified by:
getPositions
in interface Axis
- Specified by:
getPositions
in class RolapAxis