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