public static enum StompJmsMessage.JmsMsgType extends java.lang.Enum<StompJmsMessage.JmsMsgType>
| Enum Constant and Description |
|---|
BYTES |
MAP |
MESSAGE |
OBJECT |
STREAM |
TEXT |
TEXT_NULL |
| Modifier and Type | Field and Description |
|---|---|
org.fusesource.hawtbuf.AsciiBuffer |
buffer |
org.fusesource.hawtbuf.AsciiBuffer |
mime |
| Modifier and Type | Method and Description |
|---|---|
static StompJmsMessage.JmsMsgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StompJmsMessage.JmsMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StompJmsMessage.JmsMsgType MESSAGE
public static final StompJmsMessage.JmsMsgType BYTES
public static final StompJmsMessage.JmsMsgType MAP
public static final StompJmsMessage.JmsMsgType OBJECT
public static final StompJmsMessage.JmsMsgType STREAM
public static final StompJmsMessage.JmsMsgType TEXT
public static final StompJmsMessage.JmsMsgType TEXT_NULL
public final org.fusesource.hawtbuf.AsciiBuffer buffer
public final org.fusesource.hawtbuf.AsciiBuffer mime
public static StompJmsMessage.JmsMsgType[] values()
for (StompJmsMessage.JmsMsgType c : StompJmsMessage.JmsMsgType.values()) System.out.println(c);
public static StompJmsMessage.JmsMsgType 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 © 2010-2013 FuseSource, Corp.. All Rights Reserved.