public interface Sort
This interface represents a sort.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataCall> |
getCalls()
Returns the data calls.
|
boolean |
isDescending()
Returns the descending flag.
|
static final java.lang.String copyright
java.util.List<DataCall> getCalls()
Returns the data calls.
boolean isDescending()
Returns the descending flag.