public enum AMQPFilterTypes extends Enum<AMQPFilterTypes>
Enum Constant and Description |
---|
AUTO_CLOSE |
JMS_SELECTOR |
NO_CONSUME |
NO_LOCAL |
REPLAY_PERIOD |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets the identifying string of the filter type.
|
String |
toString() |
static AMQPFilterTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQPFilterTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMQPFilterTypes JMS_SELECTOR
public static final AMQPFilterTypes NO_CONSUME
public static final AMQPFilterTypes AUTO_CLOSE
public static final AMQPFilterTypes NO_LOCAL
public static final AMQPFilterTypes REPLAY_PERIOD
public static AMQPFilterTypes[] values()
for (AMQPFilterTypes c : AMQPFilterTypes.values()) System.out.println(c);
public static AMQPFilterTypes 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 getValue()
public String toString()
toString
in class Enum<AMQPFilterTypes>
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.