public enum JMSXProperty extends Enum<JMSXProperty>
Enum Constant and Description |
---|
JMSXAppID |
JMSXConsumerTXID |
JMSXDeliveryCount |
JMSXGroupID |
JMSXGroupSeq |
JMSXProducerTXID |
JMSXRcvTimestamp |
JMSXState |
JMSXUserID |
Modifier and Type | Method and Description |
---|---|
static List<JMSXProperty> |
getSupportedProperties() |
Class |
getType() |
boolean |
isSupported() |
static JMSXProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSXProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSXProperty JMSXUserID
public static final JMSXProperty JMSXAppID
public static final JMSXProperty JMSXDeliveryCount
public static final JMSXProperty JMSXGroupID
public static final JMSXProperty JMSXGroupSeq
public static final JMSXProperty JMSXProducerTXID
public static final JMSXProperty JMSXConsumerTXID
public static final JMSXProperty JMSXRcvTimestamp
public static final JMSXProperty JMSXState
public static JMSXProperty[] values()
for (JMSXProperty c : JMSXProperty.values()) System.out.println(c);
public static JMSXProperty 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 static List<JMSXProperty> getSupportedProperties()
public Class getType()
public boolean isSupported()
Copyright © 2014. All Rights Reserved.