Package | Description |
---|---|
com.redhat.thermostat.common.storage | |
com.redhat.thermostat.test |
Modifier and Type | Method and Description |
---|---|
Query.SortDirection |
AbstractQuery.Sort.getDirection() |
static Query.SortDirection |
Query.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.SortDirection[] |
Query.SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractQuery.Sort.setDirection(Query.SortDirection direction) |
<T> Query |
AbstractQuery.sort(Key<T> key,
Query.SortDirection direction) |
<T> Query |
Query.sort(Key<T> key,
Query.SortDirection direction) |
Constructor and Description |
---|
AbstractQuery.Sort(Key<?> key,
Query.SortDirection direction) |
Modifier and Type | Method and Description |
---|---|
boolean |
MockQuery.hasSort(Key<?> key,
Query.SortDirection direction) |
Copyright © 2013. All Rights Reserved.