public enum MQMessageContext extends Enum<MQMessageContext>
| Enum Constant and Description |
|---|
DEFAULT
Indicates no message context options are set.
|
SET_ALL_CONTEXT
Indicates that is enable to configure all message context options.
|
SET_IDENTITY_CONTEXT
Indicates that is enable to configure message identity context options.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getContext() |
static MQMessageContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQMessageContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MQMessageContext DEFAULT
public static final MQMessageContext SET_ALL_CONTEXT
public static final MQMessageContext SET_IDENTITY_CONTEXT
public static MQMessageContext[] values()
for (MQMessageContext c : MQMessageContext.values()) System.out.println(c);
public static MQMessageContext 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 getContext()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.