public class OrderByExpressionImpl extends OrderByExpression
| Constructor and Description |
|---|
OrderByExpressionImpl(boolean isDescending,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrderByProperty()
Gets the property specified in the $orderby system query option.
|
boolean |
isDescending()
Indicates whether the sorting order specified in the $orderby system query option is descending.
|
public OrderByExpressionImpl(boolean isDescending,
String expression)
public boolean isDescending()
OrderByExpressionisDescending in class OrderByExpressionboolean indicating whether the sorting order is descendingpublic String getOrderByProperty()
OrderByExpressiongetOrderByProperty in class OrderByExpressionString containing the property nameCopyright © 2020 SAP. All Rights Reserved.