|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 Mondrian| Method Detail |
|---|
public java.util.List getPositions()
Axis
getPositions in interface AxisAxis.getPositions()public Hierarchy[] getHierarchies()
Axis
getHierarchies in interface AxisAxis.getHierarchies()public void accept(Visitor visitor)
accept in interface VisitableVisitable.accept(Visitor)public java.lang.Object getRootDecoree()
Decorator
getRootDecoree in interface Decoratorpublic int getOrdinal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||