public static enum DisplayOptions.NameStyle extends Enum<DisplayOptions.NameStyle>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
DIALECT_NAMES
Use dialect names, when generating a locale name, e.g.
|
STANDARD_NAMES
Use standard names when generating a locale name, e.g.
|
UNDEFINED
A possible setting for NameStyle.
|
| Modifier and Type | Field and Description |
|---|---|
static List<DisplayOptions.NameStyle> |
VALUES
Unmodifiable List of all name styles constants.
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayOptions.NameStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayOptions.NameStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayOptions.NameStyle UNDEFINED
public static final DisplayOptions.NameStyle STANDARD_NAMES
public static final DisplayOptions.NameStyle DIALECT_NAMES
public static final List<DisplayOptions.NameStyle> VALUES
DisplayOptions.NameStyle.values().public static DisplayOptions.NameStyle[] values()
public static DisplayOptions.NameStyle 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 null