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