Uses of Class
org.jaudiotagger.tag.reference.Tagger

Packages that use Tagger
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.reference   
org.jaudiotagger.tag.vorbiscomment   
 

Uses of Tagger in org.jaudiotagger.tag.mp4
 

Fields in org.jaudiotagger.tag.mp4 declared as Tagger
private  Tagger Mp4NonStandardFieldKey.tagger
           
private  Tagger Mp4FieldKey.tagger
           
 

Methods in org.jaudiotagger.tag.mp4 that return Tagger
 Tagger Mp4NonStandardFieldKey.geTagger()
           
 Tagger Mp4FieldKey.getTagger()
           
 

Constructors in org.jaudiotagger.tag.mp4 with parameters of type Tagger
Mp4FieldKey(java.lang.String fieldName, Mp4FieldType fieldType, Tagger tagger)
          For usual metadata fields that use a data field, but not recognised as standard field
Mp4FieldKey(java.lang.String issuer, java.lang.String identifier, Mp4FieldType fieldType, Tagger tagger)
          For reverse dns fields that use an internal fieldname of '----' and have additional issuer and identifier fields, we use all three seperated by a ':' ) to give us a unique key For non-standard fields
Mp4NonStandardFieldKey(java.lang.String fieldName, java.lang.String description, Tagger tagger)
           
 

Uses of Tagger in org.jaudiotagger.tag.reference
 

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

Uses of Tagger in org.jaudiotagger.tag.vorbiscomment
 

Fields in org.jaudiotagger.tag.vorbiscomment with type parameters of type Tagger
private  java.util.EnumSet<Tagger> VorbisCommentFieldKey.taggers
           
 

Methods in org.jaudiotagger.tag.vorbiscomment that return types with arguments of type Tagger
 java.util.EnumSet<Tagger> VorbisCommentFieldKey.getTaggers()
          List of taggers using this field, concentrates primarily on the original tagger to start using a field.
 

Constructor parameters in org.jaudiotagger.tag.vorbiscomment with type arguments of type Tagger
VorbisCommentFieldKey(java.lang.String fieldName, java.util.EnumSet<Tagger> taggers)