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