public static enum Message.MessageType extends java.lang.Enum<Message.MessageType>
Enum Constant and Description |
---|
AUTH |
DEBUG |
ENTITY_ID_PARSE |
ENTITY_ID_TYPE_MISMATCH |
INPUT |
INPUT_FIELD |
INTERNAL |
INVALID_PARAMETERS |
MISSING_FIELD |
NON_DURABLE_ENTITY_ID_LOOKUP |
QUOTA_EXCEEDED |
TIMEOUT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Message.MessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.MessageType UNKNOWN
public static final Message.MessageType INTERNAL
public static final Message.MessageType TIMEOUT
public static final Message.MessageType DEBUG
public static final Message.MessageType AUTH
public static final Message.MessageType QUOTA_EXCEEDED
public static final Message.MessageType INPUT
public static final Message.MessageType INPUT_FIELD
public static final Message.MessageType INVALID_PARAMETERS
public static final Message.MessageType MISSING_FIELD
public static final Message.MessageType ENTITY_ID_PARSE
public static final Message.MessageType ENTITY_ID_TYPE_MISMATCH
public static final Message.MessageType NON_DURABLE_ENTITY_ID_LOOKUP
public static Message.MessageType[] values()
for (Message.MessageType c : Message.MessageType.values()) System.out.println(c);
public static Message.MessageType 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 null