public static enum AMQDestination.AddressOption extends Enum<AMQDestination.AddressOption>
Modifier and Type | Method and Description |
---|---|
static AMQDestination.AddressOption |
getOption(String str) |
static AMQDestination.AddressOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQDestination.AddressOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMQDestination.AddressOption ALWAYS
public static final AMQDestination.AddressOption NEVER
public static final AMQDestination.AddressOption SENDER
public static final AMQDestination.AddressOption RECEIVER
public static AMQDestination.AddressOption[] values()
for (AMQDestination.AddressOption c : AMQDestination.AddressOption.values()) System.out.println(c);
public static AMQDestination.AddressOption 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 AMQDestination.AddressOption getOption(String str)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.