public static enum BidiAttributes.NumeralsShaping extends java.lang.Enum<BidiAttributes.NumeralsShaping>
Enum Constant and Description |
---|
NUMERALS_CONTEXTUAL_NATIONAL |
NUMERALS_CONTEXTUAL_NOMINAL |
NUMERALS_NATIONAL |
NUMERALS_NOMINAL |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BidiAttributes.NumeralsShaping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BidiAttributes.NumeralsShaping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidiAttributes.NumeralsShaping UNSPECIFIED
public static final BidiAttributes.NumeralsShaping NUMERALS_NATIONAL
public static final BidiAttributes.NumeralsShaping NUMERALS_NOMINAL
public static final BidiAttributes.NumeralsShaping NUMERALS_CONTEXTUAL_NATIONAL
public static final BidiAttributes.NumeralsShaping NUMERALS_CONTEXTUAL_NOMINAL
public static BidiAttributes.NumeralsShaping[] values()
for (BidiAttributes.NumeralsShaping c : BidiAttributes.NumeralsShaping.values()) System.out.println(c);
public static BidiAttributes.NumeralsShaping 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 nullpublic final int getValue()