OMS (v3.0.25)

oms3
Enum Notification.Type

java.lang.Object
  extended by java.lang.Enum<Notification.Type>
      extended by oms3.Notification.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Notification.Type>
Enclosing class:
Notification

public static enum Notification.Type
extends java.lang.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

WAITING

public static final Notification.Type WAITING
Execution waiting here for all @In to arrive

See Also:
Notification.ComponentEvent

EXECUTING

public static final Notification.Type EXECUTING
A component is about to be executed.

See Also:
Notification.ComponentEvent

FINISHED

public static final Notification.Type FINISHED
A component is done with execution

See Also:
Notification.ComponentEvent

IN

public static final Notification.Type IN
A components @In field is receiving a value

See Also:
Notification.ComponentEvent

OUT

public static final Notification.Type OUT
A components @Out field is providing a value

See Also:
Notification.ConnectEvent

EXCEPTION

public static final Notification.Type EXCEPTION
Exception was thrown by a component

See Also:
Notification.ConnectEvent

CONNECT

public static final Notification.Type CONNECT
An @In field is connected to an out field of a component.

See Also:
Notification.DataflowEvent

MAPIN

public static final Notification.Type MAPIN
A Component field is mapped to an @In field of a containing component.

See Also:
Notification.DataflowEvent

MAPOUT

public static final Notification.Type MAPOUT
A Component field is mapped to an @Out field of a containing component.

See Also:
Notification.DataflowEvent

FIELDIN

public static final Notification.Type FIELDIN

FIELDOUT

public static final Notification.Type FIELDOUT

VALIN

public static final Notification.Type VALIN
Method Detail

values

public static Notification.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Notification.Type c : Notification.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Notification.Type valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
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)

Generated 2010-08-11 08:44:20 MDT, USDA-ARS-ASRU/CSU, 2150 Center Ave, Fort Collins, CO 80526, U.S.A.