public static enum QueryExecutor.QueryParams extends Enum<QueryExecutor.QueryParams>
Enum Constant and Description |
---|
CURRENT_PAGE_INDEX |
MAX_RESULTS |
ORDERED_PARAMS |
PAGE_SIZE |
QUERY |
SORT_BY |
SORT_ORDER |
Modifier and Type | Method and Description |
---|---|
static QueryExecutor.QueryParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryExecutor.QueryParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryExecutor.QueryParams PAGE_SIZE
public static final QueryExecutor.QueryParams CURRENT_PAGE_INDEX
public static final QueryExecutor.QueryParams MAX_RESULTS
public static final QueryExecutor.QueryParams SORT_BY
public static final QueryExecutor.QueryParams SORT_ORDER
public static final QueryExecutor.QueryParams ORDERED_PARAMS
public static final QueryExecutor.QueryParams QUERY
public static QueryExecutor.QueryParams[] values()
for (QueryExecutor.QueryParams c : QueryExecutor.QueryParams.values()) System.out.println(c);
public static QueryExecutor.QueryParams valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Nuxeo. All rights reserved.