Package com.io7m.jnoisetype.api
Interface NTLongStringType
-
- All Superinterfaces:
java.lang.Comparable<NTLongStringType>
- All Known Implementing Classes:
NTLongString
@Immutable public interface NTLongStringType extends java.lang.Comparable<NTLongStringType>
- 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(NTLongStringType 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(NTLongStringType other)
- Specified by:
compareToin interfacejava.lang.Comparable<NTLongStringType>
-
-