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