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