org.springframework.amqp.rabbit.admin
Enum RabbitControlErlangConverter.QueueInfoField
java.lang.Object
java.lang.Enum<RabbitControlErlangConverter.QueueInfoField>
org.springframework.amqp.rabbit.admin.RabbitControlErlangConverter.QueueInfoField
- All Implemented Interfaces:
- Serializable, Comparable<RabbitControlErlangConverter.QueueInfoField>
- Enclosing class:
- RabbitControlErlangConverter
public static enum RabbitControlErlangConverter.QueueInfoField
- extends Enum<RabbitControlErlangConverter.QueueInfoField>
transactions
public static final RabbitControlErlangConverter.QueueInfoField transactions
acks_uncommitted
public static final RabbitControlErlangConverter.QueueInfoField acks_uncommitted
consumers
public static final RabbitControlErlangConverter.QueueInfoField consumers
pid
public static final RabbitControlErlangConverter.QueueInfoField pid
durable
public static final RabbitControlErlangConverter.QueueInfoField durable
messages
public static final RabbitControlErlangConverter.QueueInfoField messages
memory
public static final RabbitControlErlangConverter.QueueInfoField memory
auto_delete
public static final RabbitControlErlangConverter.QueueInfoField auto_delete
messages_ready
public static final RabbitControlErlangConverter.QueueInfoField messages_ready
arguments
public static final RabbitControlErlangConverter.QueueInfoField arguments
name
public static final RabbitControlErlangConverter.QueueInfoField name
messages_unacknowledged
public static final RabbitControlErlangConverter.QueueInfoField messages_unacknowledged
messages_uncommitted
public static final RabbitControlErlangConverter.QueueInfoField messages_uncommitted
NOVALUE
public static final RabbitControlErlangConverter.QueueInfoField NOVALUE
values
public static RabbitControlErlangConverter.QueueInfoField[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RabbitControlErlangConverter.QueueInfoField c : RabbitControlErlangConverter.QueueInfoField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RabbitControlErlangConverter.QueueInfoField valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toQueueInfoField
public static RabbitControlErlangConverter.QueueInfoField toQueueInfoField(String str)
Copyright © 2010. All Rights Reserved.