public static enum StatQueue.FIELD extends Enum<StatQueue.FIELD>
| Enum Constant and Description |
|---|
ADDRESS |
CONSUMER_COUNT |
DELIVERING_COUNT |
MESSAGE_COUNT |
MESSAGES_ACKED |
MESSAGES_ADDED |
NAME |
ROUTING_TYPE |
SCHEDULED_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static StatQueue.FIELD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatQueue.FIELD |
valueOfJsonId(String jsonId) |
static StatQueue.FIELD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatQueue.FIELD NAME
public static final StatQueue.FIELD ADDRESS
public static final StatQueue.FIELD CONSUMER_COUNT
public static final StatQueue.FIELD MESSAGE_COUNT
public static final StatQueue.FIELD MESSAGES_ADDED
public static final StatQueue.FIELD DELIVERING_COUNT
public static final StatQueue.FIELD MESSAGES_ACKED
public static final StatQueue.FIELD SCHEDULED_COUNT
public static final StatQueue.FIELD ROUTING_TYPE
public static StatQueue.FIELD[] values()
for (StatQueue.FIELD c : StatQueue.FIELD.values()) System.out.println(c);
public static StatQueue.FIELD 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 StatQueue.FIELD valueOfJsonId(String jsonId)
Copyright © 2025 JBoss by Red Hat. All rights reserved.