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