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