com.tonbeller.jpivot.olap.model
Interface ExpressionConstants

All Known Subinterfaces:
SortRank
All Known Implementing Classes:
MondrianSortRank, SortRankBase, TestSortRank, XMLA_SortRank

public interface ExpressionConstants

Author:
av

Field Summary
static int ASC
          sort hierarchically ascending
static int BASC
          sort ascending breaking hierarchy
static int BDESC
          sort descending breaking hierarchy
static int BOTTOMCOUNT
          perform bottomcount
static int DESC
          sort hierarchically descending
static int TOPCOUNT
          perform topcount
 

Field Detail

ASC

static final int ASC
sort hierarchically ascending

See Also:
Constant Field Values

DESC

static final int DESC
sort hierarchically descending

See Also:
Constant Field Values

BASC

static final int BASC
sort ascending breaking hierarchy

See Also:
Constant Field Values

BDESC

static final int BDESC
sort descending breaking hierarchy

See Also:
Constant Field Values

TOPCOUNT

static final int TOPCOUNT
perform topcount

See Also:
Constant Field Values

BOTTOMCOUNT

static final int BOTTOMCOUNT
perform bottomcount

See Also:
Constant Field Values