|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tonbeller.jpivot.olap.model.impl.AxisImpl
public class AxisImpl
implements axis
| Constructor Summary | |
|---|---|
AxisImpl()
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
|
void |
addPosition(Position pos)
|
Hierarchy[] |
getHierarchies()
returns the hierachies that are currently visible on this axis. 0 = outermost, N = innermost. |
java.util.List |
getPositions()
Returns the positions. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
void |
setPositions(java.util.List positions)
Sets the positions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AxisImpl()
| Method Detail |
|---|
public Hierarchy[] getHierarchies()
Axis
getHierarchies in interface AxisAxis.getHierarchies()public java.util.List getPositions()
getPositions in interface AxisPositionpublic void setPositions(java.util.List positions)
positions - The positions to setpublic void addPosition(Position pos)
public void accept(Visitor visitor)
accept in interface Visitablepublic java.lang.Object getRootDecoree()
Decorator
getRootDecoree in interface Decorator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||