org.jaudiotagger.tag.reference
Class PictureTypes

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.reference.PictureTypes

public class PictureTypes
extends AbstractIntStringValuePair

Pictures types for Attached Pictures

Note this list is used by APIC and PIC frames within ID3v2. It is also used by Flac format Picture blocks and WMA Picture fields.


Field Summary
static java.lang.Integer DEFAULT_ID
           
static java.lang.String DEFAULT_VALUE
           
static int PICTURE_TYPE_FIELD_SIZE
           
private static PictureTypes pictureTypes
           
 
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 PictureTypes()
           
 
Method Summary
static PictureTypes 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

pictureTypes

private static PictureTypes pictureTypes

PICTURE_TYPE_FIELD_SIZE

public static final int PICTURE_TYPE_FIELD_SIZE
See Also:
Constant Field Values

DEFAULT_VALUE

public static final java.lang.String DEFAULT_VALUE
See Also:
Constant Field Values

DEFAULT_ID

public static final java.lang.Integer DEFAULT_ID
Constructor Detail

PictureTypes

private PictureTypes()
Method Detail

getInstanceOf

public static PictureTypes getInstanceOf()