Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeprecated() |
java.lang.String |
getDescription() |
java.lang.String[] |
getDescriptions() |
Extlang |
getPreferred() |
java.lang.String |
getPreferredValue() |
java.lang.String |
getPrefix() |
boolean |
isDeprecated() |
Subtag |
newSubtag() |
static Extlang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Extlang |
valueOf(Subtag subtag) |
static Extlang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Extlang[] values()
for (Extlang c : Extlang.values()) System.out.println(c);
public static Extlang valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDeprecated()
public boolean isDeprecated()
public java.lang.String getPreferredValue()
public Extlang getPreferred()
public java.lang.String getPrefix()
public java.lang.String getDescription()
public java.lang.String[] getDescriptions()
public Subtag newSubtag()
Copyright © 2010 - 2020 Adobe. All Rights Reserved