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