public static class TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE
extends java.lang.Object
ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE.yes = Yes ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE.no = No ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE.automatic = Automatic
Modifier and Type | Field and Description |
---|---|
static TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE |
automatic |
static TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE |
no |
static java.lang.String[] |
values |
static TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE |
yes |
Modifier | Constructor and Description |
---|---|
protected |
TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE yes
public static final TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE no
public static final TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE automatic
public static java.lang.String[] values
protected TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static TimeoutControlNode.ENUM_TIMEOUTCONTROL_REQUESTPERSISTENCE getEnumFromString(java.lang.String enumValue)