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
Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.default intcompareTo(NTInstrumentNameType other)java.lang.Stringvalue()
-
Method Details
-
value
@Parameter java.lang.String value()- Returns:
- The actual string value
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type. -
compareTo
- Specified by:
compareToin interfacejava.lang.Comparable<NTInstrumentNameType>
-