org.jaudiotagger.tag.id3.valuepair
Class ReceivedAsTypes

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

public class ReceivedAsTypes
extends AbstractIntStringValuePair

Defines how song was purchased used by the COMR frame


Field Summary
static int RECEIVED_AS_FIELD_SIZE
           
private static ReceivedAsTypes receivedAsTypes
           
 
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 ReceivedAsTypes()
           
 
Method Summary
static ReceivedAsTypes 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

RECEIVED_AS_FIELD_SIZE

public static final int RECEIVED_AS_FIELD_SIZE
See Also:
Constant Field Values

receivedAsTypes

private static ReceivedAsTypes receivedAsTypes
Constructor Detail

ReceivedAsTypes

private ReceivedAsTypes()
Method Detail

getInstanceOf

public static ReceivedAsTypes getInstanceOf()


Copyright © 2005-2010 java.net. All Rights Reserved.