Interface NTPresetIndexType

  • All Superinterfaces:
    java.lang.Comparable<NTPresetIndexType>
    All Known Implementing Classes:
    NTPresetIndex

    @Immutable
    public interface NTPresetIndexType
    extends java.lang.Comparable<NTPresetIndexType>
    The valid values for preset indices.
    • Method Detail

      • value

        @Parameter
        int value()
        Returns:
        The raw value in the range [0, 0xffff]
      • checkPreconditions

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

        default char asUnsigned16()
        Returns:
        The value as an unsigned 16-bit integer