public interface Order extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT
Token denoting to order by the element value.
|
Modifier and Type | Method and Description |
---|---|
Comparator |
getComparator()
Return a comparator for ordering by this element, or null if
the ordering is done in the datastore.
|
String |
getName()
Return the name of the orderable.
|
boolean |
isAscending()
Order direction.
|
static final String ELEMENT
String getName()
boolean isAscending()
Comparator getComparator()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.