mondrian.rolap
Class RolapAxis.SingleEmptyPosition

java.lang.Object
  extended by mondrian.rolap.RolapAxis
      extended by mondrian.rolap.RolapAxis.SingleEmptyPosition
All Implemented Interfaces:
Axis
Enclosing class:
RolapAxis

public static class RolapAxis.SingleEmptyPosition
extends RolapAxis

A SingleEmptyPosition has a single Position and the Position has no Members.

 

Nested Class Summary
(package private) static class RolapAxis.SingleEmptyPosition.EmptyPosition
           
 
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.SingleEmptyPosition()
           
 
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.SingleEmptyPosition

public RolapAxis.SingleEmptyPosition()
Method Detail

getPositions

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

SourceForge.net_Logo