Package net.hydromatic.morel.type
Interface NamedType
-
- All Superinterfaces:
Type
- All Known Implementing Classes:
DataType,TypeSystem.TemporaryType
public interface NamedType extends Type
Type that has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringname()Name of the type.-
Methods inherited from interface net.hydromatic.morel.type.Type
accept, copy, description, op
-
-