mondrian.rolap
Class RolapAxis.NoPosition

java.lang.Object
  extended by mondrian.rolap.RolapAxis
      extended by 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 Class Summary
 
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
 
Constructor Summary
RolapAxis.NoPosition()
           
 
Method Summary
 List<Position> getPositions()
           
 
Methods inherited from class mondrian.rolap.RolapAxis
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolapAxis.NoPosition

public RolapAxis.NoPosition()
Method Detail

getPositions

public List<Position> getPositions()
Specified by:
getPositions in interface Axis
Specified by:
getPositions in class RolapAxis

SourceForge.net_Logo