public static enum Term.LanguageEnum extends Enum<Term.LanguageEnum>
| Modifier and Type | Method and Description |
|---|---|
static Term.LanguageEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Term.LanguageEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Term.LanguageEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Term.LanguageEnum EN
public static final Term.LanguageEnum FR
public static final Term.LanguageEnum ES
public static final Term.LanguageEnum AR
public static final Term.LanguageEnum RU
public static final Term.LanguageEnum ZH
public static Term.LanguageEnum[] values()
for (Term.LanguageEnum c : Term.LanguageEnum.values()) System.out.println(c);
public static Term.LanguageEnum 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<Term.LanguageEnum>public static Term.LanguageEnum fromValue(String text)
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.