public static enum BPMNActivityEvent.ActivityEvents extends Enum<BPMNActivityEvent.ActivityEvents>
| Enum Constant and Description |
|---|
ACTIVITY_CANCELLED |
ACTIVITY_COMPLETED |
ACTIVITY_STARTED |
| Modifier and Type | Method and Description |
|---|---|
static BPMNActivityEvent.ActivityEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BPMNActivityEvent.ActivityEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BPMNActivityEvent.ActivityEvents ACTIVITY_STARTED
public static final BPMNActivityEvent.ActivityEvents ACTIVITY_CANCELLED
public static final BPMNActivityEvent.ActivityEvents ACTIVITY_COMPLETED
public static BPMNActivityEvent.ActivityEvents[] values()
for (BPMNActivityEvent.ActivityEvents c : BPMNActivityEvent.ActivityEvents.values()) System.out.println(c);
public static BPMNActivityEvent.ActivityEvents 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 © 2010–2018 Alfresco. All rights reserved.