public static enum ParsedResult.StatementType extends Enum<ParsedResult.StatementType>
Modifier and Type | Method and Description |
---|---|
static ParsedResult.StatementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsedResult.StatementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsedResult.StatementType META
public static final ParsedResult.StatementType STATEMENT
public static ParsedResult.StatementType[] values()
for (ParsedResult.StatementType c : ParsedResult.StatementType.values()) System.out.println(c);
public static ParsedResult.StatementType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2014 Apache Software Foundation. All Rights Reserved.