org.ow2.orchestra.pvm.internal.model
Enum ExecutionImpl.Propagation
java.lang.Object
java.lang.Enum<ExecutionImpl.Propagation>
org.ow2.orchestra.pvm.internal.model.ExecutionImpl.Propagation
- All Implemented Interfaces:
- Serializable, Comparable<ExecutionImpl.Propagation>
- Enclosing class:
- ExecutionImpl
public static enum ExecutionImpl.Propagation
- extends Enum<ExecutionImpl.Propagation>
UNSPECIFIED
public static final ExecutionImpl.Propagation UNSPECIFIED
WAIT
public static final ExecutionImpl.Propagation WAIT
EXPLICIT
public static final ExecutionImpl.Propagation EXPLICIT
values
public static ExecutionImpl.Propagation[] 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 (ExecutionImpl.Propagation c : ExecutionImpl.Propagation.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ExecutionImpl.Propagation valueOf(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:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2011 OW2 Consortium. All Rights Reserved.