Interface FieldTypeEnumeration
-
public interface FieldTypeEnumeration
-
-
Field Summary
Fields Modifier and Type Field Description static intARRAY_BYTE_PRIMITIVEstatic intBIGDECIMALstatic intBIGINTEGERstatic intBOOLEANstatic intBOOLEAN_PRIMITIVEstatic intBYTEstatic intBYTE_PRIMITIVEstatic intCHARACTERstatic intCHARACTER_PRIMITIVEstatic intDOUBLEstatic intDOUBLE_PRIMITIVEstatic intFLOATstatic intFLOAT_PRIMITIVEstatic intINTEGERstatic intINTEGER_PRIMITIVEstatic intLONGstatic intLONG_PRIMITIVEstatic intNOT_ENUMERATEDstatic intSHORTstatic intSHORT_PRIMITIVEstatic intSQL_DATEstatic intSQL_TIMEstatic intSQL_TIMESTAMPstatic intSTRINGstatic intUTIL_DATE
-
-
-
Field Detail
-
NOT_ENUMERATED
static final int NOT_ENUMERATED
- See Also:
- Constant Field Values
-
BOOLEAN_PRIMITIVE
static final int BOOLEAN_PRIMITIVE
- See Also:
- Constant Field Values
-
CHARACTER_PRIMITIVE
static final int CHARACTER_PRIMITIVE
- See Also:
- Constant Field Values
-
BYTE_PRIMITIVE
static final int BYTE_PRIMITIVE
- See Also:
- Constant Field Values
-
SHORT_PRIMITIVE
static final int SHORT_PRIMITIVE
- See Also:
- Constant Field Values
-
INTEGER_PRIMITIVE
static final int INTEGER_PRIMITIVE
- See Also:
- Constant Field Values
-
LONG_PRIMITIVE
static final int LONG_PRIMITIVE
- See Also:
- Constant Field Values
-
FLOAT_PRIMITIVE
static final int FLOAT_PRIMITIVE
- See Also:
- Constant Field Values
-
DOUBLE_PRIMITIVE
static final int DOUBLE_PRIMITIVE
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
CHARACTER
static final int CHARACTER
- See Also:
- Constant Field Values
-
BYTE
static final int BYTE
- See Also:
- Constant Field Values
-
SHORT
static final int SHORT
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
LONG
static final int LONG
- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
-
BIGDECIMAL
static final int BIGDECIMAL
- See Also:
- Constant Field Values
-
BIGINTEGER
static final int BIGINTEGER
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
UTIL_DATE
static final int UTIL_DATE
- See Also:
- Constant Field Values
-
SQL_DATE
static final int SQL_DATE
- See Also:
- Constant Field Values
-
SQL_TIME
static final int SQL_TIME
- See Also:
- Constant Field Values
-
SQL_TIMESTAMP
static final int SQL_TIMESTAMP
- See Also:
- Constant Field Values
-
ARRAY_BYTE_PRIMITIVE
static final int ARRAY_BYTE_PRIMITIVE
- See Also:
- Constant Field Values
-
-