| Modifier and Type | Method and Description |
|---|---|
SortType |
Sort.getType()
The
SortType |
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.of(String name,
SortType type)
Creates a wew Sort instance to be used in a NoSQL query.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.