|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated.Values
public static class MultipleTextEncodedStringNullTerminated.Values
This holds the values held by a MultipleTextEncodedDatatype
Constructor Summary | |
---|---|
MultipleTextEncodedStringNullTerminated.Values()
|
Method Summary | |
---|---|
void |
add(java.lang.String value)
Add String Datatype to the value list |
java.util.List |
getList()
Return the list of values |
java.lang.String |
toString()
Return the list of values as a single string seperated by a comma |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultipleTextEncodedStringNullTerminated.Values()
Method Detail |
---|
public void add(java.lang.String value)
value
- to add to the listpublic java.util.List getList()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |