org.jaudiotagger.tag.id3.valuepair
Class EventTimingTimestampTypes

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

public class EventTimingTimestampTypes
extends AbstractIntStringValuePair


Field Summary
private static EventTimingTimestampTypes eventTimingTimestampTypes
           
static int TIMESTAMP_KEY_FIELD_SIZE
           
 
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 EventTimingTimestampTypes()
           
 
Method Summary
static EventTimingTimestampTypes 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

eventTimingTimestampTypes

private static EventTimingTimestampTypes eventTimingTimestampTypes

TIMESTAMP_KEY_FIELD_SIZE

public static final int TIMESTAMP_KEY_FIELD_SIZE
See Also:
Constant Field Values
Constructor Detail

EventTimingTimestampTypes

private EventTimingTimestampTypes()
Method Detail

getInstanceOf

public static EventTimingTimestampTypes getInstanceOf()