Interface NTPresetNameType

All Superinterfaces:
Comparable<NTPresetNameType>
All Known Implementing Classes:
NTPresetName

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

    • value

      @Parameter 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 Comparable<NTPresetNameType>