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