Package com.io7m.jnoisetype.api
Interface NTNamedType
- All Known Subinterfaces:
NTInstrumentType,NTPresetType,NTSampleDescriptionType,NTSampleType
- All Known Implementing Classes:
NTSampleDescription
public interface NTNamedType
An element that has a name.
-
Method Summary
Modifier and Type Method Description java.lang.StringnameText()
-
Method Details
-
nameText
java.lang.String nameText()- Returns:
- The name of the element as a raw string
-