public static enum Stomp.Transformations extends 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 |
|---|---|
boolean |
equals(String value) |
static Stomp.Transformations |
getValue(String value) |
String |
toString() |
static Stomp.Transformations |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Stomp.Transformations>public static Stomp.Transformations getValue(String value)
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.