public static enum MessageTransformer.JMSMessageType extends java.lang.Enum<MessageTransformer.JMSMessageType>
Enum Constant and Description |
---|
BYTESMESSAGE |
MAPMESSAGE |
MESSAGE |
OBJECTMESSAGE |
STREAMMESSAGE |
TEXTMESSAGE |
Modifier and Type | Method and Description |
---|---|
static MessageTransformer.JMSMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageTransformer.JMSMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageTransformer.JMSMessageType MESSAGE
public static final MessageTransformer.JMSMessageType TEXTMESSAGE
public static final MessageTransformer.JMSMessageType BYTESMESSAGE
public static final MessageTransformer.JMSMessageType MAPMESSAGE
public static final MessageTransformer.JMSMessageType STREAMMESSAGE
public static final MessageTransformer.JMSMessageType OBJECTMESSAGE
public static MessageTransformer.JMSMessageType[] values()
for (MessageTransformer.JMSMessageType c : MessageTransformer.JMSMessageType.values()) System.out.println(c);
public static MessageTransformer.JMSMessageType 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 (c) 2010, 2017 Oracle and/or its affiliates. All rights reserved.