|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--oracle.dss.dataView.DataviewEvent | +--oracle.dss.dataView.PivotEvent
The event describing a pivot from the Dataview
.
Constructor Summary | |
PivotEvent(java.lang.Object source, int fromEdge, int toEdge) Class constructor. | |
PivotEvent(java.lang.Object source, int fromEdge, int toEdge, int fromLayer, int toLayer, int _flags) Class constructor. |
Method Summary | |
int |
getFromDimension() Get the from dimension. |
int |
getFromEdge() Get the from edge. |
int |
getToDimension() Get the to dimension. |
int |
getToEdge() Get the to edge. |
boolean |
isDimensionSwap() Is this a dimension swap? |
boolean |
isEdgeSwap() Is this an edge swap? |
boolean |
isMoveAfter() Is this a dimension move after? |
boolean |
isMoveBefore() Is this a dimension move before? |
Methods inherited from class oracle.dss.dataView.DataviewEvent |
consume, isConsumed |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PivotEvent(java.lang.Object source, int fromEdge, int toEdge, int fromLayer, int toLayer, int _flags)
source
- the event sourcefromEdge
- the edge pivoting fromtoEdge
- the edge pivoting tofromLayer
- the layer (dimension) pivoting fromtoLayer
- the layer (dimension) pivoting to_flags
- enumerated flag value indicating the type of pivot (move before, move after, swap, edge)public PivotEvent(java.lang.Object source, int fromEdge, int toEdge)
source
- the event sourcefromEdge
- the edge pivoting fromtoEdge
- the edge pivoting toMethod Detail |
public int getFromEdge()
public int getToEdge()
public int getFromDimension()
public int getToDimension()
public boolean isEdgeSwap()
true
if edge swappublic boolean isDimensionSwap()
true
if dimension swap (as opposed to an edge swap)public boolean isMoveAfter()
true
if dimension move afterpublic boolean isMoveBefore()
true
if dimension move before
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |