Package com.io7m.jnoisetype.api
Interface NTInstrumentNameType
-
- All Superinterfaces:
java.lang.Comparable<NTInstrumentNameType>
- All Known Implementing Classes:
NTInstrumentName
@Immutable public interface NTInstrumentNameType extends java.lang.Comparable<NTInstrumentNameType>
- See Also:
- "SoundFontⓡ Technical Specification 2.04, §7.6 The SHDR subchunk"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.default intcompareTo(NTInstrumentNameType other)java.lang.Stringvalue()
-
-
-
Method Detail
-
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(NTInstrumentNameType other)
- Specified by:
compareToin interfacejava.lang.Comparable<NTInstrumentNameType>
-
-