public static enum JMSModel.JMSType extends Enum<JMSModel.JMSType>
| Modifier and Type | Method and Description |
|---|---|
static JMSModel.JMSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSModel.JMSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSModel.JMSType QUEUE
public static final JMSModel.JMSType TOPIC
public static JMSModel.JMSType[] values()
for (JMSModel.JMSType c : JMSModel.JMSType.values()) System.out.println(c);
public static JMSModel.JMSType 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 © 2008-2013 The Apache Software Foundation. All Rights Reserved.