public enum YEngineEvent extends java.lang.Enum<YEngineEvent>
Enum Constant and Description |
---|
CASE_CANCELLED |
CASE_COMPLETE |
CASE_DEADLOCKED |
CASE_RESUMED |
CASE_START |
CASE_SUSPENDED |
CASE_SUSPENDING |
ENGINE_INIT |
ITEM_ADD |
ITEM_CANCEL |
ITEM_STATUS |
TIMER_EXPIRED |
Modifier and Type | Method and Description |
---|---|
boolean |
isBroadcast() |
java.lang.String |
label() |
static YEngineEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YEngineEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YEngineEvent ITEM_ADD
public static final YEngineEvent ITEM_STATUS
public static final YEngineEvent ITEM_CANCEL
public static final YEngineEvent CASE_START
public static final YEngineEvent CASE_COMPLETE
public static final YEngineEvent CASE_CANCELLED
public static final YEngineEvent CASE_DEADLOCKED
public static final YEngineEvent CASE_SUSPENDING
public static final YEngineEvent CASE_SUSPENDED
public static final YEngineEvent CASE_RESUMED
public static final YEngineEvent TIMER_EXPIRED
public static final YEngineEvent ENGINE_INIT
public static YEngineEvent[] values()
for (YEngineEvent c : YEngineEvent.values()) System.out.println(c);
public static YEngineEvent 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 nullpublic java.lang.String label()
public boolean isBroadcast()
Copyright © 2004-2014 The YAWL Foundation.