org.jaudiotagger.tag.id3.valuepair
Class EventTimingTimestampTypes

java.lang.Object
  extended by org.jaudiotagger.tag.datatype.AbstractValuePair
      extended by org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
          extended by org.jaudiotagger.tag.id3.valuepair.EventTimingTimestampTypes

public class EventTimingTimestampTypes
extends AbstractIntStringValuePair


Field Summary
static int TIMESTAMP_KEY_FIELD_SIZE
           
 
Method Summary
static EventTimingTimestampTypes getInstanceOf()
           
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
getIdForValue, getValueForId
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractValuePair
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMESTAMP_KEY_FIELD_SIZE

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

getInstanceOf

public static EventTimingTimestampTypes getInstanceOf()