org.jaudiotagger.tag.id3.valuepair
Class EventTimingTypes

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.EventTimingTypes

public class EventTimingTypes
extends AbstractIntStringValuePair


Field Summary
private static EventTimingTypes eventTimingTypes
           
 
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 EventTimingTypes()
           
 
Method Summary
static EventTimingTypes 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

eventTimingTypes

private static EventTimingTypes eventTimingTypes
Constructor Detail

EventTimingTypes

private EventTimingTypes()
Method Detail

getInstanceOf

public static EventTimingTypes getInstanceOf()