org.bonitasoft.engine.core.process.definition.model.event.trigger
public enum STimerType extends Enum<STimerType>
| Modifier and Type | Method and Description |
|---|---|
static STimerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STimerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STimerType CYCLE
public static final STimerType DATE
public static final STimerType DURATION
public static STimerType[] values()
for (STimerType c : STimerType.values()) System.out.println(c);
public static STimerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014 Bonitasoft S.A.. All rights reserved.