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