Interface NTVersionType

All Superinterfaces:
Comparable<NTVersionType>
All Known Implementing Classes:
NTVersion

@Immutable public interface NTVersionType extends Comparable<NTVersionType>
A version number.
See Also:
  • "SoundFontⓡ Technical Specification 2.04, §5.1, sfVersionTag"
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Check preconditions for the type.
    default int
     
    int
     
    int
     
  • Method Details

    • major

      @Parameter int major()
      Returns:
      The major version number
    • minor

      @Parameter int minor()
      Returns:
      The minor version number
    • checkPreconditions

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

      default int compareTo(NTVersionType other)
      Specified by:
      compareTo in interface Comparable<NTVersionType>