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 Detail

      • getValueAsString

        java.lang.String getValueAsString()
        Return the value of this tag as a string.