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

Packages that use ID3v24FieldKey
org.jaudiotagger.tag.id3   
 

Uses of ID3v24FieldKey in org.jaudiotagger.tag.id3
 

Fields in org.jaudiotagger.tag.id3 with type parameters of type ID3v24FieldKey
protected  java.util.EnumMap<FieldKey,ID3v24FieldKey> ID3v24Frames.tagFieldToId3
           
 

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

Methods in org.jaudiotagger.tag.id3 with parameters of type ID3v24FieldKey
 TagField ID3v24Tag.createTagField(ID3v24FieldKey id3Key, java.lang.String value)
          Create Frame for Id3 Key

Only textual data supported at the moment, should only be used with frames that support a simple string argument.

 void ID3v24Tag.deleteTagField(ID3v24FieldKey id3v24FieldKey)
          Delete fields with this id3v24FieldKey
 java.lang.String ID3v24Tag.getFirst(ID3v24FieldKey id3v24FieldKey)
          Retrieve the first value that exists for this id3v24key