public static enum JMSTopicReadAttributeHandler.DurabilityType extends Enum<JMSTopicReadAttributeHandler.DurabilityType>
| Enum Constant and Description |
|---|
ALL |
DURABLE |
NON_DURABLE |
| Modifier and Type | Method and Description |
|---|---|
static JMSTopicReadAttributeHandler.DurabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSTopicReadAttributeHandler.DurabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSTopicReadAttributeHandler.DurabilityType ALL
public static final JMSTopicReadAttributeHandler.DurabilityType DURABLE
public static final JMSTopicReadAttributeHandler.DurabilityType NON_DURABLE
public static JMSTopicReadAttributeHandler.DurabilityType[] values()
for (JMSTopicReadAttributeHandler.DurabilityType c : JMSTopicReadAttributeHandler.DurabilityType.values()) System.out.println(c);
public static JMSTopicReadAttributeHandler.DurabilityType 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 © 2020 JBoss by Red Hat. All rights reserved.