public static enum ALDWorkflow.ALDWorkflowContextType extends Enum<ALDWorkflow.ALDWorkflowContextType>
| Enum Constant and Description |
|---|
GRAPPA
workflow runs with in grappa.
|
OP_RUNNER
workflow runs in a oprunner context.
|
OTHER |
| Modifier and Type | Method and Description |
|---|---|
static ALDWorkflow.ALDWorkflowContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDWorkflow.ALDWorkflowContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDWorkflow.ALDWorkflowContextType OP_RUNNER
public static final ALDWorkflow.ALDWorkflowContextType GRAPPA
public static final ALDWorkflow.ALDWorkflowContextType OTHER
public static ALDWorkflow.ALDWorkflowContextType[] values()
for (ALDWorkflow.ALDWorkflowContextType c : ALDWorkflow.ALDWorkflowContextType.values()) System.out.println(c);
public static ALDWorkflow.ALDWorkflowContextType 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 © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.