public static enum RequestParser.Groups extends Enum<RequestParser.Groups> implements BasicStatementParser.GroupProvider
| Modifier and Type | Field and Description |
|---|---|
protected int |
group |
| Modifier and Type | Method and Description |
|---|---|
int |
get() |
static RequestParser.Groups |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestParser.Groups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestParser.Groups TYPE
public static final RequestParser.Groups NAME
public static RequestParser.Groups[] values()
for (RequestParser.Groups c : RequestParser.Groups.values()) System.out.println(c);
public static RequestParser.Groups 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 nullpublic int get()
get in interface BasicStatementParser.GroupProviderCopyright © 2014. All rights reserved.