public static enum TableSorter.ParamColumn extends java.lang.Enum<TableSorter.ParamColumn>
Enum Constant and Description |
---|
DataSchema |
DataType |
DefaultValue |
InputPredicate |
Name |
OriginalValue |
OutputPredicate |
Undefined |
Usage |
Value |
Modifier and Type | Method and Description |
---|---|
static TableSorter.ParamColumn |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableSorter.ParamColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableSorter.ParamColumn Name
public static final TableSorter.ParamColumn DataType
public static final TableSorter.ParamColumn DataSchema
public static final TableSorter.ParamColumn Usage
public static final TableSorter.ParamColumn InputPredicate
public static final TableSorter.ParamColumn OutputPredicate
public static final TableSorter.ParamColumn OriginalValue
public static final TableSorter.ParamColumn DefaultValue
public static final TableSorter.ParamColumn Value
public static final TableSorter.ParamColumn Undefined
public static TableSorter.ParamColumn[] values()
for (TableSorter.ParamColumn c : TableSorter.ParamColumn.values()) System.out.println(c);
public static TableSorter.ParamColumn 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.