Interface NTPresetNameType

All Superinterfaces:
java.lang.Comparable<NTPresetNameType>
All Known Implementing Classes:
NTPresetName

@Immutable
public interface NTPresetNameType
extends java.lang.Comparable<NTPresetNameType>
See Also:
"SoundFontⓡ Technical Specification 2.04, §7.2 The PHDR subchunk"
  • Method Summary

    Modifier and Type Method Description
    default void checkPreconditions()
    Check preconditions for the type.
    default int compareTo​(NTPresetNameType 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​(NTPresetNameType other)
      Specified by:
      compareTo in interface java.lang.Comparable<NTPresetNameType>