public static enum SyntheticWorkflowRunner.WorkflowProcessIdType extends Enum<SyntheticWorkflowRunner.WorkflowProcessIdType>
| Enum Constant and Description |
|---|
PROCESS_LABEL |
PROCESS_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticWorkflowRunner.WorkflowProcessIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyntheticWorkflowRunner.WorkflowProcessIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyntheticWorkflowRunner.WorkflowProcessIdType PROCESS_LABEL
public static final SyntheticWorkflowRunner.WorkflowProcessIdType PROCESS_NAME
public static SyntheticWorkflowRunner.WorkflowProcessIdType[] values()
for (SyntheticWorkflowRunner.WorkflowProcessIdType c : SyntheticWorkflowRunner.WorkflowProcessIdType.values()) System.out.println(c);
public static SyntheticWorkflowRunner.WorkflowProcessIdType 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 © 2013–2020 Adobe. All rights reserved.