Package com.io7m.jnoisetype.api
Interface NTPresetNameType
-
- All Superinterfaces:
java.lang.Comparable<NTPresetNameType>
- All Known Implementing Classes:
NTPresetName
@Immutable public interface NTPresetNameType extends java.lang.Comparable<NTPresetNameType>
- See Also:
- "SoundFontⓡ Technical Specification 2.04, §7.2 The PHDR 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(NTPresetNameType 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(NTPresetNameType other)
- Specified by:
compareToin interfacejava.lang.Comparable<NTPresetNameType>
-
-