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