public static enum Overview.OrderBy extends Enum<Overview.OrderBy>
Enum Constant and Description |
---|
ALPHABETICALLY
Listed objects are sorted by name
|
CDATE
Listed objects are sorted by creation date
|
EDATE
Listed objects are sorted by edit date
|
FILESIZE
Listed objects are sorted by file size (only if listType is FILE or IMAGE)
|
PDATE
Listed objects are sorted by publish date (only if listType is PAGE)
|
PRIORITY
Listed objects are sorted by priority (only if listType is PAGE)
|
SELF
Listed objects are sorted manually
|
UNDEFINED
Overview is not defined
|
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 © 2024 Gentics Software. All rights reserved.