public interface OrderBy
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn()
The Column that contains this OrderBy object
|
boolean |
isAscending()
The Ascending attribute controls whether results are in ascending or descending
order
|
void |
setAscending(boolean value)
Sets the value of the '
Ascending' attribute |
void |
setColumn(Column value)
Sets the value of the '
Column' reference |
Column getColumn()
void setColumn(Column value)
Column' reference.
value - the new value of the 'Column' reference.getColumn()boolean isAscending()
void setAscending(boolean value)
Ascending' attribute.
value - the new value of the 'Ascending' attribute.isAscending()