public enum JMSFactoryType extends java.lang.Enum<JMSFactoryType>
Enum Constant and Description |
---|
CF |
QUEUE_CF |
QUEUE_XA_CF |
TOPIC_CF |
TOPIC_XA_CF |
XA_CF |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static JMSFactoryType |
valueOf(int val) |
static JMSFactoryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JMSFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSFactoryType CF
public static final JMSFactoryType QUEUE_CF
public static final JMSFactoryType TOPIC_CF
public static final JMSFactoryType XA_CF
public static final JMSFactoryType QUEUE_XA_CF
public static final JMSFactoryType TOPIC_XA_CF
public static JMSFactoryType[] values()
for (JMSFactoryType c : JMSFactoryType.values()) System.out.println(c);
public static JMSFactoryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int intValue()
public static JMSFactoryType valueOf(int val)
Copyright © 2009 Red Hat Inc. All Rights Reserved.