org.jaudiotagger.tag.id3
Class ID3v2ChapterFrames

java.lang.Object
  extended by org.jaudiotagger.tag.datatype.AbstractValuePair
      extended by org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
          extended by org.jaudiotagger.tag.id3.ID3Frames
              extended by org.jaudiotagger.tag.id3.ID3v2ChapterFrames

public class ID3v2ChapterFrames
extends ID3Frames

Defines ID3 Chapter frames and collections that categorise frames.

For more details, please refer to the ID3 Chapter Frame specifications:

Version:
$Id: ID3v2ChapterFrames.java,v 1.2 2007/06/27 11:49:23 paultaylor Exp $
Author:
Marc Gimpel, Horizon Wimba S.A.

Field Summary
static java.lang.String FRAME_ID_CHAPTER
           
static java.lang.String FRAME_ID_TABLE_OF_CONTENT
           
 
Fields inherited from class org.jaudiotagger.tag.id3.ID3Frames
convertv22Tov23, convertv23Tov22, convertv23Tov24, convertv24Tov23, forcev22Tov23, forcev23Tov22, forcev23Tov24, forcev24Tov23
 
Method Summary
static ID3v2ChapterFrames getInstanceOf()
           
 
Methods inherited from class org.jaudiotagger.tag.id3.ID3Frames
isBinary, isCommon, isDiscardIfFileAltered, isExtensionFrames, isMultipleAllowed, isSupportedFrames
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
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

FRAME_ID_CHAPTER

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

FRAME_ID_TABLE_OF_CONTENT

public static final java.lang.String FRAME_ID_TABLE_OF_CONTENT
See Also:
Constant Field Values
Method Detail

getInstanceOf

public static ID3v2ChapterFrames getInstanceOf()