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

Packages that use Id3FieldType
org.jaudiotagger.tag.id3   
 

Uses of Id3FieldType in org.jaudiotagger.tag.id3
 

Fields in org.jaudiotagger.tag.id3 declared as Id3FieldType
private  Id3FieldType ID3v24FieldKey.fieldType
           
private  Id3FieldType ID3v23FieldKey.fieldType
           
private  Id3FieldType ID3v22FieldKey.fieldType
           
 

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 are declared.
 

Constructors in org.jaudiotagger.tag.id3 with parameters of type Id3FieldType
ID3v22FieldKey(java.lang.String frameId, Id3FieldType fieldType)
          For usual metadata fields that use a data field
ID3v22FieldKey(java.lang.String frameId, java.lang.String subId, Id3FieldType fieldType)
           
ID3v23FieldKey(java.lang.String frameId, Id3FieldType fieldType)
          For usual metadata fields that use a data field
ID3v23FieldKey(java.lang.String frameId, java.lang.String subId, Id3FieldType fieldType)
           
ID3v24FieldKey(java.lang.String frameId, Id3FieldType fieldType)
          For usual metadata fields that use a data field
ID3v24FieldKey(java.lang.String frameId, java.lang.String subId, Id3FieldType fieldType)