|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.OlapSort
public class OlapSort
OlapSort contains information about a sorting operation on a cube.
Field Summary | |
---|---|
static int |
ASC_SORT
constant indicating that sorting will take place in ascending order |
static int |
DESC_SORT
constant indicating that sorting will take place in descending order |
protected OlapMeasure |
measure
the measure used as basis for the sorting |
static int |
NO_SORT
constant indicating no sorting will be performed |
protected int |
sortMode
the sorting mode |
protected OlapTuple |
tuple
the tuple used as basis for the sorting operation |
protected TupleSelection |
tupleSelection
an additional and optional tuple further defining the scope of the sorting operation |
Constructor Summary | |
---|---|
OlapSort(int sortMode,
OlapMeasure measure,
OlapTuple tuple,
TupleSelection tupleSelection)
Constructs an OlapSort. |
Method Summary | |
---|---|
OlapMeasure |
getMeasure()
Returns the measure used as the basis for the sorting operation. |
int |
getMode()
Returns the sorting mode. |
OlapTuple |
getTuple()
Returns the tuple used as basis for the sorting operation. |
TupleSelection |
getTupleSelection()
Returns an additional and optional tuple further defining the scope of the sorting operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int sortMode
protected OlapMeasure measure
protected OlapTuple tuple
protected TupleSelection tupleSelection
public static final int NO_SORT
public static final int ASC_SORT
public static final int DESC_SORT
Constructor Detail |
---|
public OlapSort(int sortMode, OlapMeasure measure, OlapTuple tuple, TupleSelection tupleSelection)
Method Detail |
---|
public OlapMeasure getMeasure()
public int getMode()
public OlapTuple getTuple()
public TupleSelection getTupleSelection()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |