public enum CustomJMSXProperty extends Enum<CustomJMSXProperty>
| Enum Constant and Description |
|---|
JMS_AMQP_NULL |
JMS_QPID_DESTTYPE |
JMSXGroupID |
JMSXGroupSeq |
JMSXUserID |
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
asEnumeration() |
AMQShortString |
getShortStringName() |
static CustomJMSXProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomJMSXProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomJMSXProperty JMS_AMQP_NULL
public static final CustomJMSXProperty JMS_QPID_DESTTYPE
public static final CustomJMSXProperty JMSXGroupID
public static final CustomJMSXProperty JMSXGroupSeq
public static final CustomJMSXProperty JMSXUserID
public static CustomJMSXProperty[] values()
for (CustomJMSXProperty c : CustomJMSXProperty.values()) System.out.println(c);
public static CustomJMSXProperty 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 AMQShortString getShortStringName()
public static Enumeration asEnumeration()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.