mondrian.rolap
Class RolapAxis.PositionList

java.lang.Object
  extended by mondrian.rolap.RolapAxis
      extended by 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 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
 
Field Summary
protected  List<Position> positions
           
 
Constructor Summary
RolapAxis.PositionList(List<Position> positions)
           
 
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
 

Field Detail

positions

protected final List<Position> positions
Constructor Detail

RolapAxis.PositionList

public RolapAxis.PositionList(List<Position> positions)
Method Detail

getPositions

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

SourceForge.net_Logo