javazoom.spi.mpeg.sampled.file.tag

Class MP3Tag

Known Direct Subclasses:
IcyTag

public abstract class MP3Tag
extends Object

An individual piece of mp3 metadata, as a name/value pair. Abstract just so that subclasses will indicate their tagging scheme (Icy, ID3, etc.).

Field Summary

protected String
name
protected Object
value

Constructor Summary

MP3Tag(String name, Object value)

Method Summary

String
getName()
Object
getValue()
String
toString()

Field Details

name

protected String name

value

protected Object value

Constructor Details

MP3Tag

public MP3Tag(String name,
              Object value)

Method Details

getName

public String getName()

getValue

public Object getValue()

toString

public String toString()

JavaZOOM 1999-2005