| Modifier and Type | Method and Description |
|---|---|
static FlowType |
getFlowType(java.lang.String type) |
java.lang.String |
toString() |
static FlowType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowType INPUT
public static final FlowType HARMONIZE
public static FlowType[] values()
for (FlowType c : FlowType.values()) System.out.println(c);
public static FlowType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static FlowType getFlowType(java.lang.String type)
public java.lang.String toString()
toString in class java.lang.Enum<FlowType>