public abstract class Type
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName()
Returns the name of a type.
|
abstract boolean |
isScalar()
Determines if the type is scalar.
|