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