public static enum MediaDetection.Ordering extends java.lang.Enum<MediaDetection.Ordering>
| Enum Constant and Description |
|---|
ALPHABETICAL
The alphabetical.
|
DATE_MODIFIED
The date modified.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaDetection.Ordering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDetection.Ordering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaDetection.Ordering ALPHABETICAL
public static final MediaDetection.Ordering DATE_MODIFIED
public static MediaDetection.Ordering[] values()
for (MediaDetection.Ordering c : MediaDetection.Ordering.values()) System.out.println(c);
public static MediaDetection.Ordering 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 null