public static enum TableSorter.ItemColumn extends java.lang.Enum<TableSorter.ItemColumn>
Enum Constant and Description |
---|
CompletionTime |
EnabledTime |
ItemID |
Service |
StartTime |
Status |
TaskID |
TimerExpiry |
TimerStatus |
Undefined |
Modifier and Type | Method and Description |
---|---|
static TableSorter.ItemColumn |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableSorter.ItemColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableSorter.ItemColumn ItemID
public static final TableSorter.ItemColumn TaskID
public static final TableSorter.ItemColumn Status
public static final TableSorter.ItemColumn Service
public static final TableSorter.ItemColumn EnabledTime
public static final TableSorter.ItemColumn StartTime
public static final TableSorter.ItemColumn CompletionTime
public static final TableSorter.ItemColumn TimerStatus
public static final TableSorter.ItemColumn TimerExpiry
public static final TableSorter.ItemColumn Undefined
public static TableSorter.ItemColumn[] values()
for (TableSorter.ItemColumn c : TableSorter.ItemColumn.values()) System.out.println(c);
public static TableSorter.ItemColumn 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 nullCopyright © 2004-2014 The YAWL Foundation.