public static enum QueryExecutor.LangParams extends Enum<QueryExecutor.LangParams>
Enum Constant and Description |
---|
NXQL |
Modifier and Type | Method and Description |
---|---|
static QueryExecutor.LangParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryExecutor.LangParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryExecutor.LangParams NXQL
public static QueryExecutor.LangParams[] values()
for (QueryExecutor.LangParams c : QueryExecutor.LangParams.values()) System.out.println(c);
public static QueryExecutor.LangParams 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 © 2017 Nuxeo. All rights reserved.