|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ALDOperatorControllable.OperatorControlStatus>
de.unihalle.informatik.Alida.operator.ALDOperatorControllable.OperatorControlStatus
public static enum ALDOperatorControllable.OperatorControlStatus
Control command and/or operator status, respectively.
Enum Constant Summary | |
---|---|
OP_INIT
Default state after instantiation. |
|
OP_KILL
Stop immediately, even in case of data loss. |
|
OP_PAUSE
Pause the operator. |
|
OP_RESUME
Resume operator after pause. |
|
OP_RUN
Run the operator. |
|
OP_STEP
Do one step. |
|
OP_STOP
Stop the operator as soon as possible, save data if possible. |
Method Summary | |
---|---|
static ALDOperatorControllable.OperatorControlStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ALDOperatorControllable.OperatorControlStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ALDOperatorControllable.OperatorControlStatus OP_INIT
public static final ALDOperatorControllable.OperatorControlStatus OP_RUN
public static final ALDOperatorControllable.OperatorControlStatus OP_STOP
public static final ALDOperatorControllable.OperatorControlStatus OP_PAUSE
public static final ALDOperatorControllable.OperatorControlStatus OP_RESUME
public static final ALDOperatorControllable.OperatorControlStatus OP_STEP
public static final ALDOperatorControllable.OperatorControlStatus OP_KILL
Method Detail |
---|
public static ALDOperatorControllable.OperatorControlStatus[] values()
for (ALDOperatorControllable.OperatorControlStatus c : ALDOperatorControllable.OperatorControlStatus.values()) System.out.println(c);
public static ALDOperatorControllable.OperatorControlStatus 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |