Modifier and Type | Class and Description |
---|---|
static class |
SortType.SortOrder |
Enum Constant and Description |
---|
ALBUM
Album
|
ARTIST
Artist
|
CAPTURE_DATE
Captured Date
|
COMPILATION
Compilation
|
CONTENT_TYPE
Content Type
|
CREATED
Created date - for Contacts
|
CREATION_DATE
Creation Date
|
EXTENSION
Extension
|
FAVORITE
Favorite
|
FIRST_NAME
First name - for Contacts
|
GENRE
Genre
|
HEIGHT
Height
|
ID
Id - for Contacts
|
LAST_NAME
Last name - for Contacts
|
MODIFICATION_DATE
Modification Date
|
MODIFIED
Modified date - for Contacts
|
NAME
Name
|
PRIORITY
Priority
|
SIZE
Size
|
SOURCE
Source
|
TAGS
Tags
|
TIMELINE_DATE
Timeline Date
|
TITLE
Title
|
VERSION
Version
|
VERSION_CREATED
Version Created
|
WIDTH
Height
|
Modifier and Type | Method and Description |
---|---|
SortType.SortOrder |
getSortOrder() |
SortType |
setOrder(SortType.SortOrder sortOrder) |
java.lang.String |
toString() |
static SortType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortType ALBUM
public static final SortType ARTIST
public static final SortType CAPTURE_DATE
public static final SortType COMPILATION
public static final SortType CONTENT_TYPE
public static final SortType CREATION_DATE
public static final SortType EXTENSION
public static final SortType FAVORITE
public static final SortType GENRE
public static final SortType HEIGHT
public static final SortType WIDTH
public static final SortType MODIFICATION_DATE
public static final SortType NAME
public static final SortType PRIORITY
public static final SortType SIZE
public static final SortType SOURCE
public static final SortType TAGS
public static final SortType TITLE
public static final SortType TIMELINE_DATE
public static final SortType VERSION_CREATED
public static final SortType FIRST_NAME
public static final SortType LAST_NAME
public static final SortType CREATED
public static final SortType MODIFIED
public static final SortType VERSION
public static final SortType ID
public static SortType[] values()
for (SortType c : SortType.values()) System.out.println(c);
public static SortType 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<SortType>
public SortType setOrder(SortType.SortOrder sortOrder)
public SortType.SortOrder getSortOrder()