Uses of Class
mondrian.olap.fun.sort.Sorter.Flag
-
Packages that use Sorter.Flag Package Description mondrian.olap.fun.sort -
-
Uses of Sorter.Flag in mondrian.olap.fun.sort
Methods in mondrian.olap.fun.sort that return Sorter.Flag Modifier and Type Method Description Sorter.Flag
SortKeySpec. getDirection()
static Sorter.Flag
Sorter.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sorter.Flag[]
Sorter.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mondrian.olap.fun.sort with parameters of type Sorter.Flag Constructor Description SortKeySpec(Calc key, Sorter.Flag dir)
-