public static class SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL
extends java.lang.Object
ENUM_SOAPINPUT_COMPONENTLEVEL.flow = Use Pool Associated with Message Flow ENUM_SOAPINPUT_COMPONENTLEVEL.node = Use Pool Associated with Node
Modifier and Type | Field and Description |
---|---|
static SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL |
flow |
static SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL |
node |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL flow
public static final SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL node
public static java.lang.String[] values
protected SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL getEnumFromString(java.lang.String enumValue)