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