public abstract class AbstractJATAtom extends java.lang.Object implements IAtom
Constructor and Description |
---|
AbstractJATAtom(MP4AtomKey key)
The constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDisplayName()
Gets the display name
|
MP4AtomKey |
getKey()
Used to get the atom key
|
java.lang.String |
getName()
Used to get the name of the atom
|
int |
hashCode() |
abstract void |
updateField(Mp4Tag tag)
Used to update the jaudiotag tag
|
public AbstractJATAtom(MP4AtomKey key)
key
- The atom keypublic java.lang.String getName()
public abstract void updateField(Mp4Tag tag) throws FieldDataInvalidException
tag
- The tag to updateFieldDataInvalidException
public java.lang.String getDisplayName()
getDisplayName
in interface IAtom
public MP4AtomKey getKey()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object