public enum QueryLanguage extends Enum<QueryLanguage>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryLanguage.Adapter |
| Enum Constant and Description |
|---|
AQL |
AQLQUIRKSV3 |
| Modifier and Type | Method and Description |
|---|---|
static QueryLanguage |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static QueryLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryLanguage AQL
public static final QueryLanguage AQLQUIRKSV3
public static QueryLanguage[] values()
for (QueryLanguage c : QueryLanguage.values()) System.out.println(c);
public static 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 nullpublic String getValue()
public String toString()
toString in class Enum<QueryLanguage>public static QueryLanguage fromValue(String value)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.