public class DataType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DataType |
BOOLEAN
The data consists of instances of
java.lang.Boolean . |
static DataType |
DOUBLE
The data consists of instances of
java.lang.Double . |
static DataType |
FLOAT
The data consists of instances of
java.lang.Float . |
static DataType |
INT
The data consists of instances of
java.lang.Integer . |
static DataType |
INTERNED_STRING
The data consists of interned strings.
|
static DataType |
LONG
The data consists of instances of
java.lang.Long . |
static DataType |
OBJECT
The data consists of arbitrary objects.
|
static DataType |
STRING
The data consists of strings.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final DataType OBJECT
toString()
methods.public static final DataType STRING
public static final DataType INTERNED_STRING
public static final DataType BOOLEAN
java.lang.Boolean
.public static final DataType INT
java.lang.Integer
.public static final DataType LONG
java.lang.Long
.public static final DataType FLOAT
java.lang.Float
.public static final DataType DOUBLE
java.lang.Double
.