public static enum BpelEvent.TYPE extends java.lang.Enum<BpelEvent.TYPE>
Enum Constant and Description |
---|
activityLifecycle |
correlation |
dataHandling |
instanceLifecycle |
scopeHandling |
Modifier and Type | Method and Description |
---|---|
static BpelEvent.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BpelEvent.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BpelEvent.TYPE dataHandling
public static final BpelEvent.TYPE activityLifecycle
public static final BpelEvent.TYPE scopeHandling
public static final BpelEvent.TYPE instanceLifecycle
public static final BpelEvent.TYPE correlation
public static BpelEvent.TYPE[] values()
for (BpelEvent.TYPE c : BpelEvent.TYPE.values()) System.out.println(c);
public static BpelEvent.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 namejava.lang.NullPointerException
- if the argument is null