Uses of Class
org.jaudiotagger.tag.reference.MusicalKey

Packages that use MusicalKey
org.jaudiotagger.tag.reference   
 

Uses of MusicalKey in org.jaudiotagger.tag.reference
 

Fields in org.jaudiotagger.tag.reference with type parameters of type MusicalKey
private static java.util.HashMap<java.lang.String,MusicalKey> MusicalKey.groundKeyMap
           
private static java.util.HashMap<java.lang.String,MusicalKey> MusicalKey.halfKeyMap
           
 

Methods in org.jaudiotagger.tag.reference that return MusicalKey
static MusicalKey MusicalKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MusicalKey[] MusicalKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.