|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||