public static enum Form.SortOrder extends Enum<Form.SortOrder>
| Modifier and Type | Method and Description |
|---|---|
static Form.SortOrder |
parse(String str) |
static Form.SortOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Form.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Form.SortOrder ASC
public static final Form.SortOrder DESC
public static Form.SortOrder[] values()
for (Form.SortOrder c : Form.SortOrder.values()) System.out.println(c);
public static Form.SortOrder 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 static Form.SortOrder parse(String str) throws MolgenisModelException
MolgenisModelExceptionCopyright © 2015. All Rights Reserved.