|
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.OlapTopBottom
public class OlapTopBottom
OlapTopBottom contains information about a top/bottom operation on a cube.
Field Summary | |
---|---|
static int |
BOTTOM
constant indicating a bottom operation |
protected int |
count
the maximum number of entries to return |
protected OlapMeasure |
measure
the measure used as basis for the top/bottom operation |
protected int |
mode
the operation mode |
static int |
NO_TOP_BOTTOM
constant indicating that no top/bottom operation takes place |
static int |
TOP
constant indicating a top operation |
Constructor Summary | |
---|---|
OlapTopBottom(int count,
int mode,
OlapMeasure measure)
Constructs an OlapTopBottom. |
Method Summary | |
---|---|
int |
getCount()
Returns the maximum number of entries of the top/bottom operation. |
OlapMeasure |
getMeasure()
Returns the measure used as the basis for the top/bottom operation. |
int |
getMode()
Returns the top/bottom mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int count
protected int mode
protected OlapMeasure measure
public static final int NO_TOP_BOTTOM
public static final int TOP
public static final int BOTTOM
Constructor Detail |
---|
public OlapTopBottom(int count, int mode, OlapMeasure measure)
Method Detail |
---|
public int getCount()
public OlapMeasure getMeasure()
public int getMode()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |