public class OrderByItemImpl extends Object implements OrderByItem
| Constructor and Description |
|---|
OrderByItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
boolean |
isDescending()
Returns the sort order of the orderby item
|
OrderByItemImpl |
setDescending(boolean descending) |
OrderByItemImpl |
setExpression(Expression expression) |
public boolean isDescending()
OrderByItemisDescending in interface OrderByItempublic OrderByItemImpl setDescending(boolean descending)
public Expression getExpression()
getExpression in interface OrderByItempublic OrderByItemImpl setExpression(Expression expression)
Copyright © 2023. All rights reserved.