|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ALDOperatorGUIExecutionProxy.WorkflowThreadStatus>
de.unihalle.informatik.Alida.gui.ALDOperatorGUIExecutionProxy.WorkflowThreadStatus
protected static enum ALDOperatorGUIExecutionProxy.WorkflowThreadStatus
Status of the associated thread to execute operator.
Enum Constant Summary | |
---|---|
THREAD_INTERRUPTED
Thread was interrupted. |
|
THREAD_PAUSED
Thread is paused. |
|
THREAD_READY
Thread is ready for execution. |
|
THREAD_RUNNING
Thread is running. |
|
THREAD_STOPPED
Thread is not running. |
Method Summary | |
---|---|
static ALDOperatorGUIExecutionProxy.WorkflowThreadStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ALDOperatorGUIExecutionProxy.WorkflowThreadStatus[] |
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 ALDOperatorGUIExecutionProxy.WorkflowThreadStatus THREAD_READY
public static final ALDOperatorGUIExecutionProxy.WorkflowThreadStatus THREAD_RUNNING
public static final ALDOperatorGUIExecutionProxy.WorkflowThreadStatus THREAD_PAUSED
public static final ALDOperatorGUIExecutionProxy.WorkflowThreadStatus THREAD_INTERRUPTED
public static final ALDOperatorGUIExecutionProxy.WorkflowThreadStatus THREAD_STOPPED
Method Detail |
---|
public static ALDOperatorGUIExecutionProxy.WorkflowThreadStatus[] values()
for (ALDOperatorGUIExecutionProxy.WorkflowThreadStatus c : ALDOperatorGUIExecutionProxy.WorkflowThreadStatus.values()) System.out.println(c);
public static ALDOperatorGUIExecutionProxy.WorkflowThreadStatus valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |