org.jaudiotagger.tag.id3.valuepair
Class GenreTypes

java.lang.Object
  extended by org.jaudiotagger.tag.datatype.AbstractValuePair
      extended by org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
          extended by org.jaudiotagger.tag.id3.valuepair.GenreTypes

public class GenreTypes
extends AbstractIntStringValuePair

Genre list

This is the IDv1 list with additional values as defined by Winamp, this list is also used in Mp4 files, note iTunes doesnt understand genres above MAX_STANDARD_GENRE_ID, Winamp does


Method Summary
static GenreTypes getInstanceOf()
           
static int getMaxStandardGenreId()
           
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
getIdForValue, getValueForId
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractValuePair
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMaxStandardGenreId

public static int getMaxStandardGenreId()
Returns:
the maximum genreId that is part of the official Standard, genres above this were added by winamp later.

getInstanceOf

public static GenreTypes getInstanceOf()