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:
- java.io.Serializable, java.lang.Comparable<Stomp.Transformations>
- Enclosing interface:
- Stomp
public static enum Stomp.Transformations
- extends java.lang.Enum<Stomp.Transformations>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
JMS_BYTE
public static final Stomp.Transformations JMS_BYTE
JMS_XML
public static final Stomp.Transformations JMS_XML
JMS_JSON
public static final Stomp.Transformations JMS_JSON
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
JMS_ADVISORY_XML
public static final Stomp.Transformations JMS_ADVISORY_XML
JMS_ADVISORY_JSON
public static final Stomp.Transformations JMS_ADVISORY_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(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<Stomp.Transformations>
getValue
public static Stomp.Transformations getValue(java.lang.String value)
Copyright © 2005-2012. All Rights Reserved.