public final class StringType extends SimpleDataType<java.lang.String>
Modifier and Type | Field and Description |
---|---|
static StringType |
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 StringType Instance
public java.lang.String getDefaultValue()
DataType
getDefaultValue
in class DataType<java.lang.String>