public interface ISortExpression
ISortExpression
.Modifier and Type | Interface and Description |
---|---|
static class |
ISortExpression.SortDirection
Specifies the sort order.
|
Modifier and Type | Method and Description |
---|---|
ISortExpression.SortDirection |
getDirection()
Returns the sort order.
|
java.lang.String |
getMemberName()
Returns the member on which the query result must be sorted.
|
java.lang.String getMemberName()
ISortExpression.SortDirection getDirection()