@Deprecated public static enum PluralRules.SampleType extends java.lang.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(java.lang.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(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 nullCopyright © 2016 Unicode, Inc. and others.