Interface NTShortStringType

All Superinterfaces:
java.lang.Comparable<NTShortStringType>
All Known Implementing Classes:
NTShortString

@Immutable
public interface NTShortStringType
extends java.lang.Comparable<NTShortStringType>
See Also:
"SoundFontⓡ Technical Specification 2.04, §5 The INFO-list Chunk"
  • Method Summary

    Modifier and Type Method Description
    default void checkPreconditions()
    Check preconditions for the type.
    default int compareTo​(NTShortStringType other)  
    java.lang.String value()  
  • Method Details

    • value

      @Parameter java.lang.String value()
      Returns:
      The actual string value
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.
    • compareTo

      default int compareTo​(NTShortStringType other)
      Specified by:
      compareTo in interface java.lang.Comparable<NTShortStringType>