public enum MQBodyStyle extends Enum<MQBodyStyle>
| Enum Constant and Description |
|---|
JMS |
MQ |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
int |
getBodyType() |
static MQBodyStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQBodyStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MQBodyStyle JMS
public static final MQBodyStyle MQ
public static final MQBodyStyle UNSPECIFIED
public static MQBodyStyle[] values()
for (MQBodyStyle c : MQBodyStyle.values()) System.out.println(c);
public static MQBodyStyle 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 int getBodyType()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.