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

Packages that use Id3FieldType
org.jaudiotagger.tag.id3   
 

Uses of Id3FieldType in org.jaudiotagger.tag.id3
 

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