public static class TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM
extends java.lang.Object
ENUM_TWINEBALLINPUT_RETRYMECHANISM.failure = Failure ENUM_TWINEBALLINPUT_RETRYMECHANISM.shortAndLongRetry = Short and long retry
Modifier and Type | Field and Description |
---|---|
static TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM |
failure |
static TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM |
shortAndLongRetry |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM failure
public static final TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM shortAndLongRetry
public static java.lang.String[] values
protected TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static TwineBallInputNode.ENUM_TWINEBALLINPUT_RETRYMECHANISM getEnumFromString(java.lang.String enumValue)