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

Packages that use ID3v23FieldKey
org.jaudiotagger.tag.id3   
 

Uses of ID3v23FieldKey in org.jaudiotagger.tag.id3
 

Fields in org.jaudiotagger.tag.id3 with type parameters of type ID3v23FieldKey
protected  java.util.EnumMap<FieldKey,ID3v23FieldKey> ID3v23Frames.tagFieldToId3
          Maps from Generic key to ID3 key
 

Methods in org.jaudiotagger.tag.id3 that return ID3v23FieldKey
 ID3v23FieldKey ID3v23Frames.getId3KeyFromGenericKey(FieldKey genericKey)
           
static ID3v23FieldKey ID3v23FieldKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ID3v23FieldKey[] ID3v23FieldKey.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 ID3v23FieldKey
 TagField ID3v23Tag.createTagField(ID3v23FieldKey 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 ID3v23Tag.deleteTagField(ID3v23FieldKey id3v23FieldKey)
          Delete fields with this id3v23FieldKey
 java.lang.String ID3v23Tag.getFirst(ID3v23FieldKey id3v23FieldKey)
          Retrieve the first value that exists for this id3v23key