public final class AllType extends SimpleDataType<java.lang.Object>
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 AllType Instance
public java.lang.Object getDefaultValue()
DataType
getDefaultValue
in class DataType<java.lang.Object>