Package org.deepsymmetry.cratedigger.pdb
Enum RekordboxPdb.PageType
- java.lang.Object
-
- java.lang.Enum<RekordboxPdb.PageType>
-
- org.deepsymmetry.cratedigger.pdb.RekordboxPdb.PageType
-
- All Implemented Interfaces:
Serializable,Comparable<RekordboxPdb.PageType>
- Enclosing class:
- RekordboxPdb
public static enum RekordboxPdb.PageType extends Enum<RekordboxPdb.PageType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALBUMSARTISTSARTWORKCOLORSCOLUMNSGENRESHISTORYKEYSLABELSPLAYLIST_ENTRIESPLAYLIST_TREETRACKSUNKNOWN_10UNKNOWN_11UNKNOWN_12UNKNOWN_14UNKNOWN_15UNKNOWN_17UNKNOWN_18UNKNOWN_9
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RekordboxPdb.PageTypebyId(long id)longid()static RekordboxPdb.PageTypevalueOf(String name)Returns the enum constant of this type with the specified name.static RekordboxPdb.PageType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TRACKS
public static final RekordboxPdb.PageType TRACKS
-
GENRES
public static final RekordboxPdb.PageType GENRES
-
ARTISTS
public static final RekordboxPdb.PageType ARTISTS
-
ALBUMS
public static final RekordboxPdb.PageType ALBUMS
-
LABELS
public static final RekordboxPdb.PageType LABELS
-
KEYS
public static final RekordboxPdb.PageType KEYS
-
COLORS
public static final RekordboxPdb.PageType COLORS
-
PLAYLIST_TREE
public static final RekordboxPdb.PageType PLAYLIST_TREE
-
PLAYLIST_ENTRIES
public static final RekordboxPdb.PageType PLAYLIST_ENTRIES
-
UNKNOWN_9
public static final RekordboxPdb.PageType UNKNOWN_9
-
UNKNOWN_10
public static final RekordboxPdb.PageType UNKNOWN_10
-
UNKNOWN_11
public static final RekordboxPdb.PageType UNKNOWN_11
-
UNKNOWN_12
public static final RekordboxPdb.PageType UNKNOWN_12
-
ARTWORK
public static final RekordboxPdb.PageType ARTWORK
-
UNKNOWN_14
public static final RekordboxPdb.PageType UNKNOWN_14
-
UNKNOWN_15
public static final RekordboxPdb.PageType UNKNOWN_15
-
COLUMNS
public static final RekordboxPdb.PageType COLUMNS
-
UNKNOWN_17
public static final RekordboxPdb.PageType UNKNOWN_17
-
UNKNOWN_18
public static final RekordboxPdb.PageType UNKNOWN_18
-
HISTORY
public static final RekordboxPdb.PageType HISTORY
-
-
Method Detail
-
values
public static RekordboxPdb.PageType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RekordboxPdb.PageType c : RekordboxPdb.PageType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RekordboxPdb.PageType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
id
public long id()
-
byId
public static RekordboxPdb.PageType byId(long id)
-
-