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