public final class UnknownType extends SimpleDataType<java.lang.Object>
NoneType
in that this
class is for data that is present but whose type is indeterminate, while NoneType
represents the type of
data that is not present at all.Modifier and Type | Field and Description |
---|---|
static UnknownType |
Instance |
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 UnknownType Instance
public java.lang.Object getDefaultValue()
DataType
getDefaultValue
in class DataType<java.lang.Object>