public enum NevadoProviderQueuePrefix extends Enum<NevadoProviderQueuePrefix>
Enum Constant and Description |
---|
DURABLE_SUBSCRIPTION_PREFIX |
TEMPORARY_DESTINATION_PREFIX |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static boolean |
isValidQueueName(String queueName) |
String |
toString() |
static NevadoProviderQueuePrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NevadoProviderQueuePrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NevadoProviderQueuePrefix TEMPORARY_DESTINATION_PREFIX
public static final NevadoProviderQueuePrefix DURABLE_SUBSCRIPTION_PREFIX
public static NevadoProviderQueuePrefix[] values()
for (NevadoProviderQueuePrefix c : NevadoProviderQueuePrefix.values()) System.out.println(c);
public static NevadoProviderQueuePrefix 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 boolean isValidQueueName(String queueName)
public String getValue()
public String toString()
toString
in class Enum<NevadoProviderQueuePrefix>
Copyright © 2014. All Rights Reserved.