public enum LanguageUseEnumeration extends Enum<LanguageUseEnumeration>
Java class for LanguageUseEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LanguageUseEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="normallyUsed"/>
<enumeration value="understood"/>
<enumeration value="native"/>
<enumeration value="spoken"/>
<enumeration value="written"/>
<enumeration value="read"/>
<enumeration value="other"/>
<enumeration value="allUses"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ALL_USES |
NATIVE |
NORMALLY_USED |
OTHER |
READ |
SPOKEN |
UNDERSTOOD |
WRITTEN |
| Modifier and Type | Method and Description |
|---|---|
static LanguageUseEnumeration |
fromValue(String v) |
String |
value() |
static LanguageUseEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageUseEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LanguageUseEnumeration NORMALLY_USED
public static final LanguageUseEnumeration UNDERSTOOD
public static final LanguageUseEnumeration NATIVE
public static final LanguageUseEnumeration SPOKEN
public static final LanguageUseEnumeration WRITTEN
public static final LanguageUseEnumeration READ
public static final LanguageUseEnumeration OTHER
public static final LanguageUseEnumeration ALL_USES
public static LanguageUseEnumeration[] values()
for (LanguageUseEnumeration c : LanguageUseEnumeration.values()) System.out.println(c);
public static LanguageUseEnumeration 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 value()
public static LanguageUseEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.