Uses of Class
org.jaudiotagger.tag.vorbiscomment.VorbisCommentFieldKey

Packages that use VorbisCommentFieldKey
org.jaudiotagger.tag.vorbiscomment   
 

Uses of VorbisCommentFieldKey in org.jaudiotagger.tag.vorbiscomment
 

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

Methods in org.jaudiotagger.tag.vorbiscomment with parameters of type VorbisCommentFieldKey
 TagField VorbisCommentTag.createTagField(VorbisCommentFieldKey vorbisCommentFieldKey, java.lang.String value)
          Create Tag Field using ogg key
 void VorbisCommentTag.deleteTagField(VorbisCommentFieldKey vorbisCommentFieldKey)
          Delete fields with this vorbisCommentFieldKey
 java.util.List<TagField> VorbisCommentTag.get(VorbisCommentFieldKey vorbisCommentKey)
          Retrieve the first value that exists for this vorbis comment key
 java.lang.String VorbisCommentTag.getFirst(VorbisCommentFieldKey vorbisCommentKey)
          Retrieve the first value that exists for this vorbis comment key