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