public static class MQGetNode.ENUM_MQGET_COPYLOCALENV
extends java.lang.Object
ENUM_MQGET_COPYLOCALENV.none = None ENUM_MQGET_COPYLOCALENV.copyEntireLocalEnvironment = Copy Entire LocalEnvironment
Modifier and Type | Field and Description |
---|---|
static MQGetNode.ENUM_MQGET_COPYLOCALENV |
copyEntireLocalEnvironment |
static MQGetNode.ENUM_MQGET_COPYLOCALENV |
none |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
MQGetNode.ENUM_MQGET_COPYLOCALENV(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static MQGetNode.ENUM_MQGET_COPYLOCALENV |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final MQGetNode.ENUM_MQGET_COPYLOCALENV none
public static final MQGetNode.ENUM_MQGET_COPYLOCALENV copyEntireLocalEnvironment
public static java.lang.String[] values
protected MQGetNode.ENUM_MQGET_COPYLOCALENV(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static MQGetNode.ENUM_MQGET_COPYLOCALENV getEnumFromString(java.lang.String enumValue)