public interface Type
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN
Constant for the "boolean" type.
|
static int |
DATE
Constant for the "date" type.
|
static int |
MULTI_VALUED_NUMBER
Constant for the "multi valued number" type.
|
static int |
MULTI_VALUED_STRING
Constant for the "multi valued string" type.
|
static int |
NUMBER
Constant for the "number" type.
|
static int |
STRING
Constant for the "string" type.
|
static final int NUMBER
big decimal.static final int STRING
string.static final int DATE
date.static final int BOOLEAN
Boolean.static final int MULTI_VALUED_NUMBER
static final int MULTI_VALUED_STRING