public static class TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING
extends java.lang.Object
ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING.deferred = On Demand ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING.immediate = Immediate ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING.complete = Complete
Modifier and Type | Field and Description |
---|---|
static TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING |
complete |
static TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING |
deferred |
static TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING |
immediate |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING deferred
public static final TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING immediate
public static final TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING complete
public static java.lang.String[] values
protected TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static TimeoutNotificationNode.ENUM_TIMEOUTNOTIFICATION_VALIDATETIMING getEnumFromString(java.lang.String enumValue)