|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an element of an "order by" clause, qualified by a field and a boolean indicating whether the order is descendant (false, default) or ascendant.
Method Summary | |
boolean |
getDesc()
Returns whether the order is descendant (true) or ascendant (false). |
QueryTreeField |
getField()
Obtains the field by which to order. |
void |
setDesc(boolean desc)
Sets the descendant order. |
void |
setField(QueryTreeField field)
Sets the field of the clause part. |
Method Detail |
public void setField(QueryTreeField field)
field
- the field by which to order.public QueryTreeField getField()
public void setDesc(boolean desc)
The default value is false.
desc
- indicates whether the order is descendant (true) or
ascendant (false).public boolean getDesc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |