public enum SystemMessageType extends Enum<SystemMessageType>
| Enum Constant and Description |
|---|
AD |
CANCEL_REQUEST |
FEED_STATUS |
KEY_UPDATE |
LOGOFF |
LOGON |
LOGON_COMPLETE |
LOGON_REPLY |
PAUSE_REPLY |
PAUSE_REQUEST |
REMOTE_ACK |
RESUME_REPLY |
RESUME_REQUEST |
SUBSCRIBE |
| Modifier and Type | Method and Description |
|---|---|
int |
keyId()
Returns the unique message key identifier.
|
Class<? extends ESystemMessage> |
messageClass() |
static SystemMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemMessageType AD
public static final SystemMessageType CANCEL_REQUEST
public static final SystemMessageType KEY_UPDATE
public static final SystemMessageType FEED_STATUS
public static final SystemMessageType LOGOFF
public static final SystemMessageType LOGON_COMPLETE
public static final SystemMessageType LOGON
public static final SystemMessageType LOGON_REPLY
public static final SystemMessageType REMOTE_ACK
public static final SystemMessageType SUBSCRIBE
public static final SystemMessageType PAUSE_REQUEST
public static final SystemMessageType PAUSE_REPLY
public static final SystemMessageType RESUME_REQUEST
public static final SystemMessageType RESUME_REPLY
public static SystemMessageType[] values()
for (SystemMessageType c : SystemMessageType.values()) System.out.println(c);
public static SystemMessageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int keyId()
public Class<? extends ESystemMessage> messageClass()
Copyright © 2019. All rights reserved.