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