public static enum JMSBridge.QualityOfService extends Enum<JMSBridge.QualityOfService>
Enum Constant and Description |
---|
AT_MOST_ONCE |
DUPLICATES_OK |
ONCE_AND_ONLY_ONCE |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedValue()
Returns the allowed value for the management model.
|
String |
toString() |
static JMSBridge.QualityOfService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSBridge.QualityOfService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSBridge.QualityOfService AT_MOST_ONCE
public static final JMSBridge.QualityOfService DUPLICATES_OK
public static final JMSBridge.QualityOfService ONCE_AND_ONLY_ONCE
public static JMSBridge.QualityOfService[] values()
for (JMSBridge.QualityOfService c : JMSBridge.QualityOfService.values()) System.out.println(c);
public static JMSBridge.QualityOfService 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 String getAllowedValue()
public String toString()
toString
in class Enum<JMSBridge.QualityOfService>
Copyright © 2019 JBoss by Red Hat. All rights reserved.