public static enum Qos.QosColumn extends java.lang.Enum<Qos.QosColumn>
| Enum Constant and Description |
|---|
EXTERNALIDS |
OTHERCONFIG |
QUEUES |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
columnName()
Returns the table column name for QosColumn.
|
static Qos.QosColumn |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String columnName()