public static class FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM
extends java.lang.Object
ENUM_FTEINPUT_RETRYMECHANISM.failure = Failure ENUM_FTEINPUT_RETRYMECHANISM.shortRetry = Short Retry ENUM_FTEINPUT_RETRYMECHANISM.shortAndLongRetry = Short and Long Retry
Modifier and Type | Field and Description |
---|---|
static FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM |
failure |
static FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM |
shortAndLongRetry |
static FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM |
shortRetry |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM failure
public static final FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM shortRetry
public static final FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM shortAndLongRetry
public static java.lang.String[] values
protected FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static FTEInputNode.ENUM_FTEINPUT_RETRYMECHANISM getEnumFromString(java.lang.String enumValue)