|
OMS (v3.0.25) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Notification.Type> oms3.Notification.Type
public static enum Notification.Type
Notification Types. Thoes values classify an event object.
Enum Constant Summary | |
---|---|
CONNECT
An @In field is connected to an out field of a component. |
|
EXCEPTION
Exception was thrown by a component |
|
EXECUTING
A component is about to be executed. |
|
FIELDIN
|
|
FIELDOUT
|
|
FINISHED
A component is done with execution |
|
IN
A components @In field is receiving a value |
|
MAPIN
A Component field is mapped to an @In field of a containing component. |
|
MAPOUT
A Component field is mapped to an @Out field of a containing component. |
|
OUT
A components @Out field is providing a value |
|
VALIN
|
|
WAITING
Execution waiting here for all @In to arrive |
Method Summary | |
---|---|
static Notification.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Notification.Type[] |
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 Notification.Type WAITING
Notification.ComponentEvent
public static final Notification.Type EXECUTING
Notification.ComponentEvent
public static final Notification.Type FINISHED
Notification.ComponentEvent
public static final Notification.Type IN
Notification.ComponentEvent
public static final Notification.Type OUT
Notification.ConnectEvent
public static final Notification.Type EXCEPTION
Notification.ConnectEvent
public static final Notification.Type CONNECT
Notification.DataflowEvent
public static final Notification.Type MAPIN
Notification.DataflowEvent
public static final Notification.Type MAPOUT
Notification.DataflowEvent
public static final Notification.Type FIELDIN
public static final Notification.Type FIELDOUT
public static final Notification.Type VALIN
Method Detail |
---|
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type 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
|
OMS (v3.0.25) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |