public static class SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER
extends java.lang.Object
ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER.none = None ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER.contentAndValue = Content and value ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER.content = Content
Modifier and Type | Field and Description |
---|---|
static SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER |
content |
static SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER |
contentAndValue |
static SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER |
none |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER none
public static final SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER contentAndValue
public static final SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER content
public static java.lang.String[] values
protected SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static SCAAsynchronousResponseNode.ENUM_SCAASYNCHRONOUSRESPONSE_VALIDATEMASTER getEnumFromString(java.lang.String enumValue)