|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.mondrian.MondrianAxis
public class MondrianAxis
MondrianAxis is an adapter class for the Result Mondrian Axis.
Constructor Summary | |
---|---|
MondrianAxis(int iOrdinal,
mondrian.olap.Axis monAxis,
MondrianModel model)
Constructor |
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
Hierarchy[] |
getHierarchies()
returns the hierachies that are currently visible on this axis. 0 = outermost, N = innermost. |
int |
getOrdinal()
Returns the ordinal. |
java.util.List |
getPositions()
return the positions on this axis |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MondrianAxis(int iOrdinal, mondrian.olap.Axis monAxis, MondrianModel model)
monAxis
- Axis as defined in MondrianMethod Detail |
---|
public java.util.List getPositions()
Axis
getPositions
in interface Axis
Axis.getPositions()
public Hierarchy[] getHierarchies()
Axis
getHierarchies
in interface Axis
Axis.getHierarchies()
public void accept(Visitor visitor)
accept
in interface Visitable
Visitable.accept(Visitor)
public java.lang.Object getRootDecoree()
Decorator
getRootDecoree
in interface Decorator
public int getOrdinal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |