|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ExecutionStateEvent.EventName>
gr.uoa.di.madgik.execution.event.ExecutionStateEvent.EventName
public static enum ExecutionStateEvent.EventName
The typed name of event
| Enum Constant Summary | |
|---|---|
ExecutionCancel
The Execution is canceled. |
|
ExecutionCompleted
The Execution has completed. |
|
ExecutionExternalProgress
Event reporting on the progress of the execution of a component external to the engine. |
|
ExecutionPause
The Execution is paused. |
|
ExecutionPerformance
Event reporting performance measurements. |
|
ExecutionProgress
Event reporting on the progress of the execution. |
|
ExecutionResume
The Execution should resume. |
|
ExecutionStarted
The Execution has started. |
|
| Method Summary | |
|---|---|
static ExecutionStateEvent.EventName |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecutionStateEvent.EventName[] |
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 ExecutionStateEvent.EventName ExecutionCompleted
public static final ExecutionStateEvent.EventName ExecutionStarted
public static final ExecutionStateEvent.EventName ExecutionPause
public static final ExecutionStateEvent.EventName ExecutionResume
public static final ExecutionStateEvent.EventName ExecutionCancel
public static final ExecutionStateEvent.EventName ExecutionProgress
public static final ExecutionStateEvent.EventName ExecutionExternalProgress
public static final ExecutionStateEvent.EventName ExecutionPerformance
| Method Detail |
|---|
public static ExecutionStateEvent.EventName[] values()
for (ExecutionStateEvent.EventName c : ExecutionStateEvent.EventName.values()) System.out.println(c);
public static ExecutionStateEvent.EventName 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 | |||||||||