mondrian.rolap
Class RolapAxis.NoPosition
java.lang.Object
mondrian.rolap.RolapAxis
mondrian.rolap.RolapAxis.NoPosition
- All Implemented Interfaces:
- Axis
- Enclosing class:
- RolapAxis
public static class RolapAxis.NoPosition
- extends RolapAxis
The NoPosition Axis implementation is an Axis that has no Positions,
the size of the list of positions is zero.
-
-
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 |
RolapAxis.NoPosition
public RolapAxis.NoPosition()
getPositions
public List<Position> getPositions()
- Specified by:
getPositions
in interface Axis
- Specified by:
getPositions
in class RolapAxis