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