Uses of Class
org.apache.olingo.odata2.api.uri.expression.SortOrder

Packages that use SortOrder
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
 SortOrder OrderExpression.getSortOrder()
           
static SortOrder SortOrder.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
 Object ExpressionVisitor.visitOrder(OrderExpression orderExpression, Object filterResult, SortOrder sortOrder)
          Visits a order expression
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.