org.ow2.bonita.pvm.internal.model
Enum ExecutionImpl.Propagation

java.lang.Object
  extended by java.lang.Enum<ExecutionImpl.Propagation>
      extended by org.ow2.bonita.pvm.internal.model.ExecutionImpl.Propagation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExecutionImpl.Propagation>
Enclosing class:
ExecutionImpl

public static enum ExecutionImpl.Propagation
extends java.lang.Enum<ExecutionImpl.Propagation>


Enum Constant Summary
EXPLICIT
           
UNSPECIFIED
           
WAIT
           
 
Method Summary
static ExecutionImpl.Propagation valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecutionImpl.Propagation[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNSPECIFIED

public static final ExecutionImpl.Propagation UNSPECIFIED

WAIT

public static final ExecutionImpl.Propagation WAIT

EXPLICIT

public static final ExecutionImpl.Propagation EXPLICIT
Method Detail

values

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

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

valueOf

public static ExecutionImpl.Propagation 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


Copyright © 2009 OW2 Consortium. All Rights Reserved.