Coverage Report - org.jaudiotagger.tag.reference.Tagger
 
Classes in this File Line Coverage Branch Coverage Complexity
Tagger
100%
10/10
N/A
0
 
 1  
 package org.jaudiotagger.tag.reference;
 2  
 
 3  
 /**
 4  
  * An enumeration of popular tagger applications
 5  
  * <p/>
 6  
  * <p>This is not meant to be a definitive list but is first attempt to document a list of taggers in order
 7  
  * for us to link nonstandard fields, and link nonstandard tagging to them
 8  
  */
 9  170
 public enum Tagger
 10  
 {
 11  17
     ITUNES,
 12  17
     MEDIAPLAYER,
 13  17
     WINAMP,
 14  17
     MP3TAG,
 15  17
     MEDIA_MONKEY,
 16  17
     TAG_AND_RENAME,
 17  17
     PICARD,
 18  17
     JAIKOZ,
 19  17
     TAGSCANNER
 20  
 }