public static enum YTimerParameters.TimerType extends java.lang.Enum<YTimerParameters.TimerType>
| Enum Constant and Description |
|---|
Duration |
Expiry |
Interval |
LateBound |
Nil |
| Modifier and Type | Method and Description |
|---|---|
static YTimerParameters.TimerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YTimerParameters.TimerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YTimerParameters.TimerType Duration
public static final YTimerParameters.TimerType Expiry
public static final YTimerParameters.TimerType Interval
public static final YTimerParameters.TimerType LateBound
public static final YTimerParameters.TimerType Nil
public static YTimerParameters.TimerType[] values()
for (YTimerParameters.TimerType c : YTimerParameters.TimerType.values()) System.out.println(c);
public static YTimerParameters.TimerType 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.