Class OrderByItemImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.OrderByItemImpl
- All Implemented Interfaces:
OrderByItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the sort order of the orderby itemsetDescending(boolean descending) setExpression(Expression expression)
-
Constructor Details
-
OrderByItemImpl
public OrderByItemImpl()
-
-
Method Details
-
isDescending
public boolean isDescending()Description copied from interface:OrderByItemReturns the sort order of the orderby item- Specified by:
isDescendingin interfaceOrderByItem- Returns:
- if false (default) the sort order is ascending, if true the sort order is descending
-
setDescending
-
getExpression
- Specified by:
getExpressionin interfaceOrderByItem- Returns:
- Expression which is used to order the items
-
setExpression
-