| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionVisitor.visitOrder(OrderExpression orderExpression,
Object filterResult,
SortOrder sortOrder)
Visits a order expression
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
OrderExpressionImpl.getSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonVisitor.visitOrder(OrderExpression orderExpression,
Object filterResult,
SortOrder sortOrder) |
Copyright © 2020. All rights reserved.