public static enum LocaleDisplayNames.DialectHandling extends Enum<LocaleDisplayNames.DialectHandling>
LocaleDisplayNames.getInstance(ULocale, DialectHandling).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.
|
| Modifier and Type | Method and Description |
|---|---|
static LocaleDisplayNames.DialectHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocaleDisplayNames.DialectHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocaleDisplayNames.DialectHandling STANDARD_NAMES
public static final LocaleDisplayNames.DialectHandling DIALECT_NAMES
public static LocaleDisplayNames.DialectHandling[] values()
public static LocaleDisplayNames.DialectHandling 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