javazoom.spi.mpeg.sampled.file.tag
Class MP3Tag

java.lang.Object
  extended by javazoom.spi.mpeg.sampled.file.tag.MP3Tag
Direct Known 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

value

protected Object value
Constructor Detail

MP3Tag

public MP3Tag(String name,
              Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.