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