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
public static final DataType STRING
public static final DataType INTERNED_STRING
public static final DataType BOOLEAN
public static final DataType INT
public static final DataType LONG
public static final DataType FLOAT
public static final DataType DOUBLE