public static enum AMQPContext.RoutingType extends java.lang.Enum<AMQPContext.RoutingType>
| Modifier and Type | Method and Description |
|---|---|
static AMQPContext.RoutingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AMQPContext.RoutingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMQPContext.RoutingType DIRECT
public static final AMQPContext.RoutingType TOPIC
public static final AMQPContext.RoutingType FANOUT
public static final AMQPContext.RoutingType HEADER
public static AMQPContext.RoutingType[] values()
for (AMQPContext.RoutingType c : AMQPContext.RoutingType.values()) System.out.println(c);
public static AMQPContext.RoutingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullData In Motion Consulting GmbH