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