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