org.jaudiotagger.tag.id3.valuepair
Class InterpolationTypes

java.lang.Object
  extended by org.jaudiotagger.tag.datatype.AbstractValuePair<java.lang.Integer,java.lang.String>
      extended by org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
          extended by org.jaudiotagger.tag.id3.valuepair.InterpolationTypes

public class InterpolationTypes
extends AbstractIntStringValuePair


Field Summary
private static InterpolationTypes interpolationTypes
           
 
Fields inherited from class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
key
 
Fields inherited from class org.jaudiotagger.tag.datatype.AbstractValuePair
idToValue, iterator, value, valueList, valueToId
 
Constructor Summary
private InterpolationTypes()
           
 
Method Summary
static InterpolationTypes getInstanceOf()
           
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
createMaps, getIdForValue, getValueForId
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractValuePair
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpolationTypes

private static InterpolationTypes interpolationTypes
Constructor Detail

InterpolationTypes

private InterpolationTypes()
Method Detail

getInstanceOf

public static InterpolationTypes getInstanceOf()