com.tonbeller.jpivot.olap.navi
Interface SwapAxes

All Superinterfaces:
Extension
All Known Implementing Classes:
MondrianSwapAxes, TestSwapAxes, XMLA_SwapAxes

public interface SwapAxes
extends Extension

Author:
av

Field Summary
static java.lang.String ID
          name of the Extension for lookup
 
Method Summary
 boolean canSwapAxes()
           
 boolean isSwapAxes()
           
 void setSwapAxes(boolean swap)
          swaps the axes
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Field Detail

ID

static final java.lang.String ID
name of the Extension for lookup

See Also:
Constant Field Values
Method Detail

canSwapAxes

boolean canSwapAxes()
Returns:
true if axes can be swapped, i.e. if the result is 2 dimensional

setSwapAxes

void setSwapAxes(boolean swap)
swaps the axes


isSwapAxes

boolean isSwapAxes()