public class FieldFrameBodyAUT extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyAUT()
Creates a new FieldBodyAUT datatype.
|
FieldFrameBodyAUT(ByteBuffer byteBuffer)
Creates a new FieldBodyAUT datatype.
|
FieldFrameBodyAUT(FieldFrameBodyAUT body) |
FieldFrameBodyAUT(String author)
Creates a new FieldBodyAUT datatype.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
void |
setAuthor(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 FieldFrameBodyAUT()
public FieldFrameBodyAUT(FieldFrameBodyAUT body)
public FieldFrameBodyAUT(String author)
author
- public FieldFrameBodyAUT(ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public void setAuthor(String author)
author
- public String getAuthor()
public String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.