org.apache.activemq.transport.stomp
public static enum Stomp.Transformations extends java.lang.Enum<Stomp.Transformations>
Enum Constant and Description |
---|
JMS_ADVISORY_JSON |
JMS_ADVISORY_XML |
JMS_BYTE |
JMS_JSON |
JMS_MAP_JSON |
JMS_MAP_XML |
JMS_OBJECT_JSON |
JMS_OBJECT_XML |
JMS_XML |
Modifier and Type | Method and Description |
---|---|
static Stomp.Transformations |
getValue(java.lang.String value) |
java.lang.String |
toString() |
static Stomp.Transformations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stomp.Transformations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stomp.Transformations JMS_BYTE
public static final Stomp.Transformations JMS_XML
public static final Stomp.Transformations JMS_JSON
public static final Stomp.Transformations JMS_OBJECT_XML
public static final Stomp.Transformations JMS_OBJECT_JSON
public static final Stomp.Transformations JMS_MAP_XML
public static final Stomp.Transformations JMS_MAP_JSON
public static final Stomp.Transformations JMS_ADVISORY_XML
public static final Stomp.Transformations JMS_ADVISORY_JSON
public static Stomp.Transformations[] values()
for (Stomp.Transformations c : Stomp.Transformations.values()) System.out.println(c);
public static Stomp.Transformations 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Stomp.Transformations>
public static Stomp.Transformations getValue(java.lang.String value)
Copyright © 2005-2014. All Rights Reserved.