public static enum ExternalFlowModel.ExternalFlowEvent extends Enum<ExternalFlowModel.ExternalFlowEvent>
Modifier and Type | Method and Description |
---|---|
static ExternalFlowModel.ExternalFlowEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalFlowModel.ExternalFlowEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalFlowModel.ExternalFlowEvent CHANGE_EXTERNAL_FLOW_NAME
public static final ExternalFlowModel.ExternalFlowEvent CHANGE_ARGUMENT_TYPE
public static final ExternalFlowModel.ExternalFlowEvent ADD_TASK_FLOW
public static final ExternalFlowModel.ExternalFlowEvent REMOVE_TASK_FLOW
public static final ExternalFlowModel.ExternalFlowEvent ADD_PREVIOUS_TASK
public static final ExternalFlowModel.ExternalFlowEvent REMOVE_PREVIOUS_TASK
public static final ExternalFlowModel.ExternalFlowEvent ADD_TASK_ESCALATION
public static final ExternalFlowModel.ExternalFlowEvent REMOVE_TASK_ESCALATION
public static final ExternalFlowModel.ExternalFlowEvent ADD_DESK_MANAGED_OBJECT_SOURCE_FLOW
public static final ExternalFlowModel.ExternalFlowEvent REMOVE_DESK_MANAGED_OBJECT_SOURCE_FLOW
public static ExternalFlowModel.ExternalFlowEvent[] values()
for (ExternalFlowModel.ExternalFlowEvent c : ExternalFlowModel.ExternalFlowEvent.values()) System.out.println(c);
public static ExternalFlowModel.ExternalFlowEvent 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 © 2005–2016. All rights reserved.