public class FieldFrameBodyEAL extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyEAL()
Creates a new FieldBodyEAL datatype.
|
FieldFrameBodyEAL(java.nio.ByteBuffer byteBuffer)
Creates a new FieldBodyEAL datatype.
|
FieldFrameBodyEAL(FieldFrameBodyEAL body) |
FieldFrameBodyEAL(java.lang.String album)
Creates a new FieldBodyEAL datatype.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlbum() |
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
void |
setAlbum(java.lang.String album) |
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 FieldFrameBodyEAL()
public FieldFrameBodyEAL(FieldFrameBodyEAL body)
public FieldFrameBodyEAL(java.lang.String album)
album
- public FieldFrameBodyEAL(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public void setAlbum(java.lang.String album)
album
- public java.lang.String getAlbum()
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.