public class FieldFrameBodyIND extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyIND()
Creates a new FieldBodyIND datatype.
|
FieldFrameBodyIND(boolean lyricsPresent,
boolean timeStampPresent)
Creates a new FieldBodyIND datatype.
|
FieldFrameBodyIND(java.nio.ByteBuffer byteBuffer)
Creates a new FieldBodyIND datatype.
|
FieldFrameBodyIND(FieldFrameBodyIND body) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor() |
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
void |
setAuthor(java.lang.String author) |
protected void |
setupObjectList()
Create the list of Datatypes that this body
expects in the correct order This method needs to be implemented by concrete subclasses
|
read, readHeader, write, writeHeader
createStructure, equals, getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getSize, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FieldFrameBodyIND()
public FieldFrameBodyIND(FieldFrameBodyIND body)
public FieldFrameBodyIND(boolean lyricsPresent, boolean timeStampPresent)
lyricsPresent
- timeStampPresent
- public FieldFrameBodyIND(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public void setAuthor(java.lang.String author)
author
- public java.lang.String getAuthor()
public java.lang.String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.