public static enum ActiveMQServerControlImpl.QueueTextFormatter extends Enum<ActiveMQServerControlImpl.QueueTextFormatter>
Enum Constant and Description |
---|
Long |
Modifier and Type | Method and Description |
---|---|
static ActiveMQServerControlImpl.QueueTextFormatter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveMQServerControlImpl.QueueTextFormatter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveMQServerControlImpl.QueueTextFormatter Long
public static ActiveMQServerControlImpl.QueueTextFormatter[] values()
for (ActiveMQServerControlImpl.QueueTextFormatter c : ActiveMQServerControlImpl.QueueTextFormatter.values()) System.out.println(c);
public static ActiveMQServerControlImpl.QueueTextFormatter 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 nullCopyright © 2021 JBoss by Red Hat. All rights reserved.