Uses of Class
org.jaudiotagger.tag.id3.ID3v1FieldKey

Packages that use ID3v1FieldKey
org.jaudiotagger.tag.id3   
 

Uses of ID3v1FieldKey in org.jaudiotagger.tag.id3
 

Fields in org.jaudiotagger.tag.id3 with type parameters of type ID3v1FieldKey
(package private) static java.util.EnumMap<FieldKey,ID3v1FieldKey> ID3v1Tag.tagFieldToID3v1Field
           
 

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