public final class NoneType extends SimpleDataType
UnknownType
in that no data is present
for this type, while data is present but of an unknown type for the latter.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue()
Gets the default value of this data type, eg 0 for numbers or an empty String for text.
|
isComplex
public static final NoneType Instance
public java.lang.Object getDefaultValue()
DataType
getDefaultValue
in class DataType