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
Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.default intcompareTo(NTLongStringType 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<NTLongStringType>
-