public class FieldFrameBodyETT extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyETT()
Creates a new FieldBodyETT datatype.
|
FieldFrameBodyETT(java.nio.ByteBuffer byteBuffer)
Creates a new FieldBodyETT datatype.
|
FieldFrameBodyETT(FieldFrameBodyETT body) |
FieldFrameBodyETT(java.lang.String title)
Creates a new FieldBodyETT datatype.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
java.lang.String |
getTitle() |
void |
setTitle(java.lang.String title) |
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 FieldFrameBodyETT()
public FieldFrameBodyETT(FieldFrameBodyETT body)
public FieldFrameBodyETT(java.lang.String title)
title
- public FieldFrameBodyETT(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public java.lang.String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
public void setTitle(java.lang.String title)
title
- public java.lang.String getTitle()
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.