public final class NumberType extends SimpleDataType<java.lang.Number>
Modifier and Type | Field and Description |
---|---|
static NumberType |
Instance |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getDefaultValue()
Gets the default value of this data type, eg 0 for numbers or an empty String for text.
|
isComplex
public static final NumberType Instance
public java.lang.Double getDefaultValue()
DataType
getDefaultValue
in class DataType<java.lang.Number>