public static enum Qos.QosColumn extends Enum<Qos.QosColumn>
| Enum Constant and Description |
|---|
EXTERNALIDS |
OTHERCONFIG |
QUEUES |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName()
Returns the table column name for QosColumn.
|
static Qos.QosColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qos.QosColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qos.QosColumn QUEUES
public static final Qos.QosColumn TYPE
public static final Qos.QosColumn OTHERCONFIG
public static final Qos.QosColumn EXTERNALIDS
public static Qos.QosColumn[] values()
for (Qos.QosColumn c : Qos.QosColumn.values()) System.out.println(c);
public static Qos.QosColumn 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 columnName()