public static enum YWorkItemTimer.Trigger extends java.lang.Enum<YWorkItemTimer.Trigger>
| Enum Constant and Description | 
|---|
| Never | 
| OnEnabled | 
| OnExecuting | 
| Modifier and Type | Method and Description | 
|---|---|
| static YWorkItemTimer.Trigger | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static YWorkItemTimer.Trigger[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final YWorkItemTimer.Trigger OnEnabled
public static final YWorkItemTimer.Trigger OnExecuting
public static final YWorkItemTimer.Trigger Never
public static YWorkItemTimer.Trigger[] values()
for (YWorkItemTimer.Trigger c : YWorkItemTimer.Trigger.values()) System.out.println(c);
public static YWorkItemTimer.Trigger 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 nullCopyright © 2004-2014 The YAWL Foundation.