public static enum Console.SPEC_ACTION extends java.lang.Enum<Console.SPEC_ACTION>
| Enum Constant and Description |
|---|
ALTERED
The command has been altered.
|
BREAK
Stop processing.
|
CONTINUE
Continue processing.
|
EMPTY
Stop processing.
|
EXIT
Quit the program.
|
| Modifier and Type | Method and Description |
|---|---|
static Console.SPEC_ACTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Console.SPEC_ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Console.SPEC_ACTION CONTINUE
public static final Console.SPEC_ACTION BREAK
public static final Console.SPEC_ACTION EXIT
public static final Console.SPEC_ACTION EMPTY
public static final Console.SPEC_ACTION ALTERED
public static Console.SPEC_ACTION[] values()
for (Console.SPEC_ACTION c : Console.SPEC_ACTION.values()) System.out.println(c);
public static Console.SPEC_ACTION valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 Singular Systems http://www.singularsys.com/jep