|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTagFrame
public abstract class AbstractTagFrame
A frame contains meta-information of a particular type. A frame contains a header and a body
| Field Summary | |
|---|---|
protected AbstractTagFrameBody |
frameBody
Actual data this fragment holds |
| Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem |
|---|
logger |
| Constructor Summary | |
|---|---|
AbstractTagFrame()
|
|
AbstractTagFrame(AbstractTagFrame copyObject)
This constructs the bodies copy constructor this in turn invokes * bodies objectlist. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns true if this datatype and its body equals the argument and its body. |
AbstractTagFrameBody |
getBody()
Returns the body datatype for this fragment. |
boolean |
isSubsetOf(java.lang.Object obj)
Returns true if this datatype and it's body is a subset of the argument. |
void |
setBody(AbstractTagFrameBody frameBody)
Sets the body datatype for this fragment. |
| Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagItem |
|---|
getIdentifier, getSize, read |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractTagFrameBody frameBody
| Constructor Detail |
|---|
public AbstractTagFrame()
public AbstractTagFrame(AbstractTagFrame copyObject)
copyObject - | Method Detail |
|---|
public void setBody(AbstractTagFrameBody frameBody)
frameBody - the body datatypepublic AbstractTagFrameBody getBody()
public boolean isSubsetOf(java.lang.Object obj)
isSubsetOf in class AbstractTagItemobj - datatype to determine if subset of
public boolean equals(java.lang.Object obj)
getSubId id string.
equals in class AbstractTagItemobj - datatype to determine equality of
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||