|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectentagged.audioformats.generic.AbstractTag
entagged.audioformats.ape.ApeTag
public class ApeTag
| Field Summary |
|---|
| Fields inherited from class entagged.audioformats.generic.AbstractTag |
|---|
commonNumber, fields |
| Fields inherited from interface entagged.audioformats.Tag |
|---|
DEFAULT_GENRES |
| Constructor Summary | |
|---|---|
ApeTag()
|
|
| Method Summary | |
|---|---|
protected TagField |
createAlbumField(String content)
Creates a field which represents the "album". The field will already contain the given content. |
protected TagField |
createArtistField(String content)
Creates a field which represents the "artist". The field will already contain the given content. |
protected TagField |
createCommentField(String content)
Creates a field which represents the "comment". The field will already contain the given content. |
protected TagField |
createGenreField(String content)
Creates a field which represents the "genre". The field will already contain the given content. |
protected TagField |
createTitleField(String content)
Creates a field which represents the "title". The field will already contain the given content. |
protected TagField |
createTrackField(String content)
Creates a field which represents the "track". The field will already contain the given content. |
protected TagField |
createYearField(String content)
Creates a field which represents the "year". The field will already contain the given content. |
protected String |
getAlbumId()
Returns the identifier for a field representing the "album" |
protected String |
getArtistId()
Returns the identifier for a field representing the "artist" |
protected String |
getCommentId()
Returns the identifier for a field representing the "comment" |
protected String |
getGenreId()
Returns the identifier for a field representing the "genre" |
protected String |
getTitleId()
Returns the identifier for a field representing the "title" |
protected String |
getTrackId()
Returns the identifier for a field representing the "track" |
protected String |
getYearId()
Returns the identifier for a field representing the "year" |
protected boolean |
isAllowedEncoding(String enc)
Determines whether the given charset encoding may be used for the represented tagging system. |
String |
toString()
(overridden) |
| Methods inherited from class entagged.audioformats.generic.AbstractTag |
|---|
add, addAlbum, addArtist, addComment, addGenre, addTitle, addTrack, addYear, get, getAlbum, getArtist, getComment, getFields, getFirstAlbum, getFirstArtist, getFirstComment, getFirstGenre, getFirstTitle, getFirstTrack, getFirstYear, getGenre, getTitle, getTrack, getYear, hasCommonFields, hasField, isEmpty, merge, set, setAlbum, setArtist, setComment, setEncoding, setGenre, setTitle, setTrack, setYear |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApeTag()
| Method Detail |
|---|
protected String getArtistId()
AbstractTag
getArtistId in class AbstractTagTagField.getId()protected String getAlbumId()
AbstractTag
getAlbumId in class AbstractTagTagField.getId()protected String getTitleId()
AbstractTag
getTitleId in class AbstractTagTagField.getId()protected String getTrackId()
AbstractTag
getTrackId in class AbstractTagTagField.getId()protected String getYearId()
AbstractTag
getYearId in class AbstractTagTagField.getId()protected String getCommentId()
AbstractTag
getCommentId in class AbstractTagTagField.getId()protected String getGenreId()
AbstractTag
getGenreId in class AbstractTagTagField.getId()protected TagField createArtistField(String content)
AbstractTag
createArtistField in class AbstractTagcontent - The content of the created field.
protected TagField createAlbumField(String content)
AbstractTag
createAlbumField in class AbstractTagcontent - The content of the created field.
protected TagField createTitleField(String content)
AbstractTag
createTitleField in class AbstractTagcontent - The content of the created field.
protected TagField createTrackField(String content)
AbstractTag
createTrackField in class AbstractTagcontent - The content of the created field.
protected TagField createYearField(String content)
AbstractTag
createYearField in class AbstractTagcontent - The content of the created field.
protected TagField createCommentField(String content)
AbstractTag
createCommentField in class AbstractTagcontent - The content of the created field.
protected TagField createGenreField(String content)
AbstractTag
createGenreField in class AbstractTagcontent - The content of the created field.
protected boolean isAllowedEncoding(String enc)
AbstractTag
isAllowedEncoding in class AbstractTagenc - charset encoding.
true if the given encoding can be used.public String toString()
AbstractTag
toString in interface TagtoString in class AbstractTagObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||