public static enum LanguageAlpha3Code.Usage extends Enum<LanguageAlpha3Code.Usage>
| Enum Constant and Description |
|---|
BIBLIOGRAPHY
Code for bibliographic applications (ISO 639-2/B).
|
COMMON
For all applications including both terminology and
bibliographic applications.
|
TERMINOLOGY
Code for terminology applications (ISO 639-2/T).
|
| Modifier and Type | Method and Description |
|---|---|
static LanguageAlpha3Code.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageAlpha3Code.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LanguageAlpha3Code.Usage TERMINOLOGY
public static final LanguageAlpha3Code.Usage BIBLIOGRAPHY
public static final LanguageAlpha3Code.Usage COMMON
public static LanguageAlpha3Code.Usage[] values()
for (LanguageAlpha3Code.Usage c : LanguageAlpha3Code.Usage.values()) System.out.println(c);
public static LanguageAlpha3Code.Usage 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 © 2021. All rights reserved.