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