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