|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object entagged.audioformats.generic.AbstractTag entagged.audioformats.ogg.OggTag
public class OggTag
Field Summary | |
---|---|
static String |
DEFAULT_VENDOR
|
Fields inherited from class entagged.audioformats.generic.AbstractTag |
---|
commonNumber, fields |
Fields inherited from interface entagged.audioformats.Tag |
---|
DEFAULT_GENRES |
Constructor Summary | |
---|---|
OggTag()
|
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" |
String |
getVendor()
|
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. |
void |
setVendor(String vendor)
|
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 |
Field Detail |
---|
public static final String DEFAULT_VENDOR
Constructor Detail |
---|
public OggTag()
Method Detail |
---|
protected TagField createAlbumField(String content)
AbstractTag
createAlbumField
in class AbstractTag
content
- The content of the created field.
protected TagField createArtistField(String content)
AbstractTag
createArtistField
in class AbstractTag
content
- The content of the created field.
protected TagField createCommentField(String content)
AbstractTag
createCommentField
in class AbstractTag
content
- The content of the created field.
protected TagField createGenreField(String content)
AbstractTag
createGenreField
in class AbstractTag
content
- The content of the created field.
protected TagField createTitleField(String content)
AbstractTag
createTitleField
in class AbstractTag
content
- The content of the created field.
protected TagField createTrackField(String content)
AbstractTag
createTrackField
in class AbstractTag
content
- The content of the created field.
protected TagField createYearField(String content)
AbstractTag
createYearField
in class AbstractTag
content
- The content of the created field.
protected String getAlbumId()
AbstractTag
getAlbumId
in class AbstractTag
TagField.getId()
protected String getArtistId()
AbstractTag
getArtistId
in class AbstractTag
TagField.getId()
protected String getCommentId()
AbstractTag
getCommentId
in class AbstractTag
TagField.getId()
protected String getGenreId()
AbstractTag
getGenreId
in class AbstractTag
TagField.getId()
protected String getTitleId()
AbstractTag
getTitleId
in class AbstractTag
TagField.getId()
protected String getTrackId()
AbstractTag
getTrackId
in class AbstractTag
TagField.getId()
public String getVendor()
protected String getYearId()
AbstractTag
getYearId
in class AbstractTag
TagField.getId()
public void setVendor(String vendor)
protected boolean isAllowedEncoding(String enc)
AbstractTag
isAllowedEncoding
in class AbstractTag
enc
- charset encoding.
true
if the given encoding can be used.public String toString()
AbstractTag
toString
in interface Tag
toString
in class AbstractTag
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |