public static enum JMSConstants.JMSDestinationType extends Enum<JMSConstants.JMSDestinationType>
| Modifier and Type | Method and Description |
|---|---|
static JMSConstants.JMSDestinationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSConstants.JMSDestinationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSConstants.JMSDestinationType QUEUE
public static final JMSConstants.JMSDestinationType TOPIC
public static JMSConstants.JMSDestinationType[] values()
for (JMSConstants.JMSDestinationType c : JMSConstants.JMSDestinationType.values()) System.out.println(c);
public static JMSConstants.JMSDestinationType 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 nullCopyright © 2019 WSO2. All rights reserved.