Coverage Report - org.jaudiotagger.tag.id3.ID3v1FieldKey
 
Classes in this File Line Coverage Branch Coverage Complexity
ID3v1FieldKey
100%
8/8
N/A
0
 
 1  
 package org.jaudiotagger.tag.id3;
 2  
 
 3  
 /**
 4  
  * Basic ID3v11 Field Names
 5  
  */
 6  32
 public enum ID3v1FieldKey
 7  
 {
 8  4
     ARTIST,
 9  4
     ALBUM,
 10  4
     GENRE,
 11  4
     TITLE,
 12  4
     YEAR,
 13  4
     TRACK,
 14  4
     COMMENT
 15  
 }