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