
public static enum QueryContext.QueryContextCFG extends Enum<QueryContext.QueryContextCFG>
| Enum Constant and Description |
|---|
FILTER |
FILTER_SORT |
NO_FILTER_NO_SORT |
SORT |
| Modifier and Type | Method and Description |
|---|---|
static QueryContext.QueryContextCFG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryContext.QueryContextCFG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryContext.QueryContextCFG NO_FILTER_NO_SORT
public static final QueryContext.QueryContextCFG FILTER_SORT
public static final QueryContext.QueryContextCFG FILTER
public static final QueryContext.QueryContextCFG SORT
public static QueryContext.QueryContextCFG[] values()
for (QueryContext.QueryContextCFG c : QueryContext.QueryContextCFG.values()) System.out.println(c);
public static QueryContext.QueryContextCFG 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 © 2009–2016 Orient Technologies. All rights reserved.