|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.olap4j.Axis.Factory
public static class Axis.Factory
Container class for various Axis factory methods.
Constructor Summary | |
---|---|
Axis.Factory()
|
Method Summary | |
---|---|
static Axis |
forOrdinal(int ordinal)
Returns the axis with a given ordinal. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Axis.Factory()
Method Detail |
---|
public static Axis forOrdinal(int ordinal)
For example, forOrdinal(0)
returns the COLUMNS axis;
forOrdinal(-1)
returns the SLICER axis;
forOrdinal(100)
returns AXIS(100).
ordinal
- Axis ordinal
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |