net.sourceforge.atunes.gui.views.controls.playList
Enum PlayListColumns.PlayListColumn

java.lang.Object
  extended by java.lang.Enum<PlayListColumns.PlayListColumn>
      extended by net.sourceforge.atunes.gui.views.controls.playList.PlayListColumns.PlayListColumn
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PlayListColumns.PlayListColumn>
Enclosing class:
PlayListColumns

public static enum PlayListColumns.PlayListColumn
extends java.lang.Enum<PlayListColumns.PlayListColumn>

Enumeration containing all available columns.


Enum Constant Summary
ALBUM_ARTIST_ID
          The ALBU m_ artis t_ id.
ALBUM_ID
          The ALBU m_ id.
ARTIST_ID
          The ARTIS t_ id.
BITRATE_ID
          The BITRAT e_ id.
COMPOSER_ID
          The COMPOSE r_ id.
FAVORITE_ID
          The FAVORIT e_ id.
FILENAME_ID
          The FILENAM e_ id.
FREQUENCY_ID
          The FREQUENC y_ id.
GENRE_ID
          The GENR e_ id.
LENGTH_ID
          The LENGT h_ id.
PATH_ID
          The PAT h_ id.
PLAYING_ID
          The PLAYIN g_ id.
SCORE_ID
          The SCOR e_ id.
SIZE_ID
          The SIZ e_ id.
TIMES_PLAYED_ID
          The TIME s_ playe d_ id.
TITLE_ID
          The TITL e_ id.
TRACK_ID
          The TRAC k_ id.
TYPE_ID
          The TYP e_ id.
YEAR_ID
          The YEA r_ id.
 
Method Summary
static PlayListColumns.PlayListColumn valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlayListColumns.PlayListColumn[] 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

PLAYING_ID

public static final PlayListColumns.PlayListColumn PLAYING_ID
The PLAYIN g_ id.


FAVORITE_ID

public static final PlayListColumns.PlayListColumn FAVORITE_ID
The FAVORIT e_ id.


TRACK_ID

public static final PlayListColumns.PlayListColumn TRACK_ID
The TRAC k_ id.


TITLE_ID

public static final PlayListColumns.PlayListColumn TITLE_ID
The TITL e_ id.


TYPE_ID

public static final PlayListColumns.PlayListColumn TYPE_ID
The TYP e_ id.


ARTIST_ID

public static final PlayListColumns.PlayListColumn ARTIST_ID
The ARTIS t_ id.


ALBUM_ID

public static final PlayListColumns.PlayListColumn ALBUM_ID
The ALBU m_ id.


ALBUM_ARTIST_ID

public static final PlayListColumns.PlayListColumn ALBUM_ARTIST_ID
The ALBU m_ artis t_ id.


COMPOSER_ID

public static final PlayListColumns.PlayListColumn COMPOSER_ID
The COMPOSE r_ id.


GENRE_ID

public static final PlayListColumns.PlayListColumn GENRE_ID
The GENR e_ id.


YEAR_ID

public static final PlayListColumns.PlayListColumn YEAR_ID
The YEA r_ id.


LENGTH_ID

public static final PlayListColumns.PlayListColumn LENGTH_ID
The LENGT h_ id.


SCORE_ID

public static final PlayListColumns.PlayListColumn SCORE_ID
The SCOR e_ id.


FILENAME_ID

public static final PlayListColumns.PlayListColumn FILENAME_ID
The FILENAM e_ id.


PATH_ID

public static final PlayListColumns.PlayListColumn PATH_ID
The PAT h_ id.


SIZE_ID

public static final PlayListColumns.PlayListColumn SIZE_ID
The SIZ e_ id.


BITRATE_ID

public static final PlayListColumns.PlayListColumn BITRATE_ID
The BITRAT e_ id.


FREQUENCY_ID

public static final PlayListColumns.PlayListColumn FREQUENCY_ID
The FREQUENC y_ id.


TIMES_PLAYED_ID

public static final PlayListColumns.PlayListColumn TIMES_PLAYED_ID
The TIME s_ playe d_ id.

Method Detail

values

public static PlayListColumns.PlayListColumn[] 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 (PlayListColumns.PlayListColumn c : PlayListColumns.PlayListColumn.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PlayListColumns.PlayListColumn valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.