@Deprecated public static enum ULocale.Minimize extends Enum<ULocale.Minimize>
Enum Constant and Description |
---|
FAVOR_REGION
Deprecated.
This API is ICU internal only.
|
FAVOR_SCRIPT
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
static ULocale.Minimize |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ULocale.Minimize[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final ULocale.Minimize FAVOR_SCRIPT
@Deprecated public static final ULocale.Minimize FAVOR_REGION
public static ULocale.Minimize[] values()
for (ULocale.Minimize c : ULocale.Minimize.values()) System.out.println(c);
public static ULocale.Minimize 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 © 2016 Unicode, Inc. and others.