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