|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.filter.sort.SortProperty
public class SortProperty
A sort criterion that consist of a property name plus sort order (ascending or descending).
| Constructor Summary | |
|---|---|
SortProperty(PropertyName propName,
boolean sortAscending)
Creates a new SortProperty. |
|
| Method Summary | |
|---|---|
boolean |
getSortOrder()
Returns the sort order. |
PropertyName |
getSortProperty()
Returns the property that acts as the sort criterion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortProperty(PropertyName propName,
boolean sortAscending)
SortProperty.
propName - property that acts as the sort criterionsortAscending - true: sort ascending, false: descending| Method Detail |
|---|
public PropertyName getSortProperty()
public boolean getSortOrder()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||