|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VorbisCommentFieldKey>
org.jaudiotagger.tag.vorbiscomment.VorbisCommentFieldKey
public enum VorbisCommentFieldKey
Common Vorbis Comment Field Names
Note:The enumname is also the the actual name of the field in the VorbisCommentTag, but you could introduce a level of indirection here if required.
This partial list is derived fom the following sources:
Method Summary | |
---|---|
static VorbisCommentFieldKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VorbisCommentFieldKey[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 VorbisCommentFieldKey ARTIST
public static final VorbisCommentFieldKey ALBUM
public static final VorbisCommentFieldKey DESCRIPTION
public static final VorbisCommentFieldKey GENRE
public static final VorbisCommentFieldKey TITLE
public static final VorbisCommentFieldKey TRACKNUMBER
public static final VorbisCommentFieldKey DATE
public static final VorbisCommentFieldKey COMMENT
public static final VorbisCommentFieldKey ALBUMARTIST
public static final VorbisCommentFieldKey COMPOSER
public static final VorbisCommentFieldKey GROUPING
public static final VorbisCommentFieldKey DISCNUMBER
public static final VorbisCommentFieldKey BPM
public static final VorbisCommentFieldKey MUSICBRAINZ_ARTISTID
public static final VorbisCommentFieldKey MUSICBRAINZ_ALBUMID
public static final VorbisCommentFieldKey MUSICBRAINZ_ALBUMARTISTID
public static final VorbisCommentFieldKey MUSICBRAINZ_TRACKID
public static final VorbisCommentFieldKey MUSICBRAINZ_DISCID
public static final VorbisCommentFieldKey MUSICIP_PUID
public static final VorbisCommentFieldKey ASIN
public static final VorbisCommentFieldKey MUSICBRAINZ_ALBUMSTATUS
public static final VorbisCommentFieldKey MUSICBRAINZ_ALBUMTYPE
public static final VorbisCommentFieldKey RELEASECOUNTRY
public static final VorbisCommentFieldKey LYRICS
public static final VorbisCommentFieldKey COMPILATION
public static final VorbisCommentFieldKey ARTISTSORT
public static final VorbisCommentFieldKey ALBUMARTISTSORT
public static final VorbisCommentFieldKey ALBUMSORT
public static final VorbisCommentFieldKey TITLESORT
public static final VorbisCommentFieldKey COMPOSERSORT
public static final VorbisCommentFieldKey COVERARTMIME
public static final VorbisCommentFieldKey COVERART
public static final VorbisCommentFieldKey VENDOR
Method Detail |
---|
public static final VorbisCommentFieldKey[] values()
for(VorbisCommentFieldKey c : VorbisCommentFieldKey.values()) System.out.println(c);
public static VorbisCommentFieldKey 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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |