| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CategoryEnum>
sk.baka.ambient.collection.CategoryEnum
public enum CategoryEnum
Enumerates all criteria fields.
| Enum Constant Summary | |
|---|---|
| AlbumSearch by track album. | |
| ArtistSearch by track artist. | |
| GenreSearch by genre. | |
| OriginDeprecated. | |
| TitleSearch by track title. | |
| YearReleasedDeprecated. | |
| Field Summary | |
|---|---|
|  int | displayableNameIdThe criteria field displayable name. | 
| Method Summary | |
|---|---|
| static CategoryEnum | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CategoryEnum[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final CategoryEnum Title
public static final CategoryEnum Artist
public static final CategoryEnum Album
@Deprecated public static final CategoryEnum YearReleased
public static final CategoryEnum Genre
@Deprecated public static final CategoryEnum Origin
| Field Detail | 
|---|
public final int displayableNameId
| Method Detail | 
|---|
public static CategoryEnum[] values()
for (CategoryEnum c : CategoryEnum.values()) System.out.println(c);
public static CategoryEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||