public static enum ActiveMQEndpointBuilderFactory.ConsumerType extends Enum<ActiveMQEndpointBuilderFactory.ConsumerType>
org.apache.camel.component.jms.ConsumerType
enum.| Modifier and Type | Method and Description |
|---|---|
static ActiveMQEndpointBuilderFactory.ConsumerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveMQEndpointBuilderFactory.ConsumerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveMQEndpointBuilderFactory.ConsumerType Simple
public static final ActiveMQEndpointBuilderFactory.ConsumerType Default
public static final ActiveMQEndpointBuilderFactory.ConsumerType Custom
public static ActiveMQEndpointBuilderFactory.ConsumerType[] values()
for (ActiveMQEndpointBuilderFactory.ConsumerType c : ActiveMQEndpointBuilderFactory.ConsumerType.values()) System.out.println(c);
public static ActiveMQEndpointBuilderFactory.ConsumerType 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 nullApache Camel