public enum BPMEventType extends Enum<BPMEventType>
| Enum Constant and Description |
|---|
BOUNDARY_EVENT |
END_EVENT |
EVENT_SUB_PROCESS |
INTERMEDIATE_CATCH_EVENT |
INTERMEDIATE_THROW_EVENT |
START_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static BPMEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BPMEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BPMEventType START_EVENT
public static final BPMEventType INTERMEDIATE_CATCH_EVENT
public static final BPMEventType INTERMEDIATE_THROW_EVENT
public static final BPMEventType END_EVENT
public static final BPMEventType BOUNDARY_EVENT
public static final BPMEventType EVENT_SUB_PROCESS
public static BPMEventType[] values()
for (BPMEventType c : BPMEventType.values()) System.out.println(c);
public static BPMEventType 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 © 2018 Bonitasoft S.A.. All rights reserved.