Coverage Report - org.jaudiotagger.tag.id3.Id3FieldType
 
Classes in this File Line Coverage Branch Coverage Complexity
Id3FieldType
100%
4/4
N/A
0
 
 1  
 package org.jaudiotagger.tag.id3;
 2  
 
 3  
 /**
 4  
  * Categorises id3 fields to aid in mapping to generic keys
 5  
  */
 6  16
 public enum Id3FieldType
 7  
 {
 8  4
     TEXT,
 9  4
     USER_DEFINED_TEXT,
 10  4
     BINARY
 11  
 }