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

Packages that use ID3v22FieldKey
org.jaudiotagger.tag.id3   
 

Uses of ID3v22FieldKey in org.jaudiotagger.tag.id3
 

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

Methods in org.jaudiotagger.tag.id3 with parameters of type ID3v22FieldKey
 TagField ID3v22Tag.createTagField(ID3v22FieldKey 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 ID3v22Tag.deleteTagField(ID3v22FieldKey id3v22FieldKey)
          Delete fields with this id3v22FieldKey
 java.lang.String ID3v22Tag.getFirst(ID3v22FieldKey id3v22FieldKey)
          Retrieve the first value that exists for this id3v22key