Uses of Class
org.apache.olingo.odata2.api.uri.expression.SortOrder
-
Packages that use SortOrder Package Description org.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of SortOrder in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return SortOrder Modifier and Type Method Description SortOrderOrderExpression. getSortOrder()static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type SortOrder Modifier and Type Method Description ObjectExpressionVisitor. visitOrder(OrderExpression orderExpression, Object filterResult, SortOrder sortOrder)Visits a order expression
-