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