public enum DictionaryMsgType extends java.lang.Enum<DictionaryMsgType>
DictionaryMsg may be set to one of these to indicate the specific
RDMDictionaryMsg class.| Enum Constant and Description |
|---|
CLOSE
(2) Dictionary Close.
|
REFRESH
(3) Dictionary Close.
|
REQUEST
(1) Dictionary Request.
|
STATUS
(4) Dictionary Close.
|
UNKNOWN
(0) Unknown type.
|
| Modifier and Type | Method and Description |
|---|---|
static DictionaryMsgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DictionaryMsgType UNKNOWN
public static final DictionaryMsgType REQUEST
public static final DictionaryMsgType CLOSE
public static final DictionaryMsgType REFRESH
public static final DictionaryMsgType STATUS
public static DictionaryMsgType[] values()
for (DictionaryMsgType c : DictionaryMsgType.values()) System.out.println(c);
public static DictionaryMsgType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright @ 2019 Thomson Reuters. All Rights Reserved.