org.apache.activemq.transport.stomp
Enum Stomp.Transformations
java.lang.Object
java.lang.Enum<Stomp.Transformations>
org.apache.activemq.transport.stomp.Stomp.Transformations
- All Implemented Interfaces:
- Serializable, Comparable<Stomp.Transformations>
- Enclosing interface:
- Stomp
public static enum Stomp.Transformations
- extends Enum<Stomp.Transformations>
JMS_BYTE
public static final Stomp.Transformations JMS_BYTE
JMS_OBJECT_XML
public static final Stomp.Transformations JMS_OBJECT_XML
JMS_OBJECT_JSON
public static final Stomp.Transformations JMS_OBJECT_JSON
JMS_MAP_XML
public static final Stomp.Transformations JMS_MAP_XML
JMS_MAP_JSON
public static final Stomp.Transformations JMS_MAP_JSON
values
public static Stomp.Transformations[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Stomp.Transformations c : Stomp.Transformations.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Stomp.Transformations valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<Stomp.Transformations>
getValue
public static Stomp.Transformations getValue(String value)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.