Interface Field.Type
- Enclosing class:
- Field
public static interface Field.Type
The type of the field.
-
Field Summary
Fields Modifier and Type Field Description static StringBINARYbinary.static StringDATEdate.static StringINTEGERinteger.static StringNESTEDnested.static StringSTRINGstring.static StringX_BOOLEANboolean.static StringX_BYTEbyte.static StringX_DOUBLEdouble.static StringX_FLOATfloat.static StringX_LONGlong.static StringX_SHORTshort.
-
Field Details
-
NESTED
nested.- See Also:
- Constant Field Values
-
STRING
string.- See Also:
- Constant Field Values
-
DATE
date.- See Also:
- Constant Field Values
-
X_LONG
long.- See Also:
- Constant Field Values
-
INTEGER
integer.- See Also:
- Constant Field Values
-
X_SHORT
short.- See Also:
- Constant Field Values
-
X_BYTE
byte.- See Also:
- Constant Field Values
-
X_DOUBLE
double.- See Also:
- Constant Field Values
-
X_FLOAT
float.- See Also:
- Constant Field Values
-
X_BOOLEAN
boolean.- See Also:
- Constant Field Values
-
BINARY
binary.- See Also:
- Constant Field Values
-