T
- the type of the datapublic abstract class SimpleDataType<T> extends DataType<T>
Modifier | Constructor and Description |
---|---|
protected |
SimpleDataType(java.lang.String name,
java.lang.Class<T> javaClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
isComplex()
Checks if this data type is complex or not.
|
equals, getDefaultValue, getJavaClass, getName, hashCode, toString
protected SimpleDataType(java.lang.String name, java.lang.Class<T> javaClass)