public enum MQJmsSpec extends Enum<MQJmsSpec>
| Modifier and Type | Method and Description |
|---|---|
org.mule.jms.commons.api.connection.JmsSpecification |
getJmsSpecification() |
static MQJmsSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQJmsSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MQJmsSpec JMS_2_0
public static final MQJmsSpec JMS_1_1
public static MQJmsSpec[] values()
for (MQJmsSpec c : MQJmsSpec.values()) System.out.println(c);
public static MQJmsSpec 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 org.mule.jms.commons.api.connection.JmsSpecification getJmsSpecification()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.