Uses of Class
org.semanticdesktop.aperture.extractor.mp3.Genre

Packages that use Genre
org.semanticdesktop.aperture.extractor.mp3   
 

Uses of Genre in org.semanticdesktop.aperture.extractor.mp3
 

Methods in org.semanticdesktop.aperture.extractor.mp3 that return Genre
static Genre Genre.getGenreByByteId(byte id)
           
static Genre Genre.getGenreByIntId(int id)
           
static Genre Genre.getGenreByName(String name)
           
static Genre Genre.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Genre[] Genre.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.