public enum TriggerMode extends Enum<TriggerMode>
See section 1.1.2 (Sentry Evaluation) in the edoras one CMMN documentation.
| Enum Constant and Description | 
|---|
DEFERRED  | 
DEFERRED_REPETITION  | 
ON_EVENT  | 
| Modifier and Type | Method and Description | 
|---|---|
static TriggerMode | 
fromValue(String v)  | 
String | 
value()  | 
static TriggerMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TriggerMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TriggerMode ON_EVENT
public static final TriggerMode DEFERRED
public static final TriggerMode DEFERRED_REPETITION
public static TriggerMode[] values()
for (TriggerMode c : TriggerMode.values()) System.out.println(c);
public static TriggerMode 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 nullpublic String value()
public static TriggerMode fromValue(String v)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.