public enum DirectoryMsgType extends java.lang.Enum<DirectoryMsgType>
DirectoryMsg may be set to one of these to indicate the specific
RDMDirectoryMsg class.| Enum Constant and Description |
|---|
CLOSE
(2) Directory Close
|
CONSUMER_STATUS
(3) Directory Consumer Status
|
REFRESH
(4) Directory Refresh
|
REQUEST
(1) Directory Request
|
STATUS
(6) Directory Status
|
UNKNOWN
(0) Unknown
|
UPDATE
(5) Directory Update
|
| Modifier and Type | Method and Description |
|---|---|
static DirectoryMsgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectoryMsgType UNKNOWN
public static final DirectoryMsgType REQUEST
public static final DirectoryMsgType CLOSE
public static final DirectoryMsgType CONSUMER_STATUS
public static final DirectoryMsgType REFRESH
public static final DirectoryMsgType UPDATE
public static final DirectoryMsgType STATUS
public static DirectoryMsgType[] values()
for (DirectoryMsgType c : DirectoryMsgType.values()) System.out.println(c);
public static DirectoryMsgType 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.