public static enum WorkflowClient.WorkflowType extends Enum<WorkflowClient.WorkflowType>
| Enum Constant and Description |
|---|
INSTANCE
Workflow instance
|
TEMPLATE
Workflow template
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowClient.WorkflowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowClient.WorkflowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowClient.WorkflowType TEMPLATE
public static final WorkflowClient.WorkflowType INSTANCE
public static WorkflowClient.WorkflowType[] values()
for (WorkflowClient.WorkflowType c : WorkflowClient.WorkflowType.values()) System.out.println(c);
public static WorkflowClient.WorkflowType 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 © 2011–2014 The Apache Software Foundation. All rights reserved.