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