public enum WorkflowProperty extends Enum<WorkflowProperty>
| Modifier and Type | Method and Description |
|---|---|
static WorkflowProperty |
fromValue(String value) |
String |
toString() |
String |
value() |
static WorkflowProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowProperty NODE
public static final WorkflowProperty WORKFLOW
public static WorkflowProperty[] values()
for (WorkflowProperty c : WorkflowProperty.values()) System.out.println(c);
public static WorkflowProperty 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 nullpublic static WorkflowProperty fromValue(String value)
public String toString()
toString in class Enum<WorkflowProperty>public String value()
Copyright © Active Intelligence Pte Ltd (http://active.ai/). All Rights Reserved.