Uses of Enum Class
org.olap4j.query.SortOrder
Packages that use SortOrder
Package
Description
Provides an object model for building OLAP queries programmatically (experimental).
-
Uses of SortOrder in org.olap4j.query
Methods in org.olap4j.query that return SortOrderModifier and TypeMethodDescriptionQueryAxis.getSortOrder()Returns the current sort order in which this axis will be sorted.QueryDimension.getSortOrder()Returns the current order in which the dimension members are sorted.static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.query with parameters of type SortOrderModifier and TypeMethodDescriptionvoidSorts the axis according to the supplied order.voidSorts the axis according to the supplied order and evaluation expression.voidQueryAxis.sort(SortOrder order, List<IdentifierSegment> nameParts) Sorts the axis according to the supplied order and member unique name.voidSorts the axis according to the supplied order and member.voidSorts the dimension members by name in the order supplied as a parameter.