@Deprecated public static enum PluralRules.StandardPluralCategories extends Enum<PluralRules.StandardPluralCategories>
Enum Constant and Description |
---|
few
Deprecated.
This API is ICU internal only.
|
many
Deprecated.
This API is ICU internal only.
|
one
Deprecated.
This API is ICU internal only.
|
other
Deprecated.
This API is ICU internal only.
|
two
Deprecated.
This API is ICU internal only.
|
zero
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Field and Description |
---|---|
static int |
COUNT
Deprecated.
This API is ICU internal only.
|
static List<PluralRules.StandardPluralCategories> |
VALUES
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
static PluralRules.StandardPluralCategories |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PluralRules.StandardPluralCategories[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final PluralRules.StandardPluralCategories zero
@Deprecated public static final PluralRules.StandardPluralCategories one
@Deprecated public static final PluralRules.StandardPluralCategories two
@Deprecated public static final PluralRules.StandardPluralCategories few
@Deprecated public static final PluralRules.StandardPluralCategories many
@Deprecated public static final PluralRules.StandardPluralCategories other
@Deprecated public static final List<PluralRules.StandardPluralCategories> VALUES
@Deprecated public static final int COUNT
public static PluralRules.StandardPluralCategories[] values()
for (PluralRules.StandardPluralCategories c : PluralRules.StandardPluralCategories.values()) System.out.println(c);
public static PluralRules.StandardPluralCategories 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 (c) 2014 IBM Corporation and others.