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 String
BINARY
binary.static String
DATE
date.static String
INTEGER
integer.static String
NESTED
nested.static String
STRING
string.static String
X_BOOLEAN
boolean.static String
X_BYTE
byte.static String
X_DOUBLE
double.static String
X_FLOAT
float.static String
X_LONG
long.static String
X_SHORT
short.
-
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
-