Interface StringableTag
-
- All Known Implementing Classes:
IcyTag
public interface StringableTag
Indicates that the value of a tag is a string, and provides a getValueAsString() method to get it. Appropriate for tags like artist, title, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValueAsString()
Return the value of this tag as a string.
-