public static enum Overview.OrderBy extends Enum<Overview.OrderBy>
Enum Constant and Description |
---|
ALPHABETICALLY |
CDATE |
EDATE |
FILESIZE |
PDATE |
PRIORITY |
SELF |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static Overview.OrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overview.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Overview.OrderBy ALPHABETICALLY
public static final Overview.OrderBy PRIORITY
public static final Overview.OrderBy PDATE
public static final Overview.OrderBy EDATE
public static final Overview.OrderBy CDATE
public static final Overview.OrderBy FILESIZE
public static final Overview.OrderBy SELF
public static final Overview.OrderBy UNDEFINED
public static Overview.OrderBy[] values()
for (Overview.OrderBy c : Overview.OrderBy.values()) System.out.println(c);
public static Overview.OrderBy 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 nullCopyright © 2015 Gentics Software. All rights reserved.