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