Interface DataType
-
public interface DataType
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOOLEANstatic StringBOOLEAN_ARRAYstatic StringCREFstatic StringDATEstatic StringDATE_ARRAYstatic StringGEO_COORDINATESstatic StringINTstatic StringINT_ARRAYstatic StringNUMBERstatic StringNUMBER_ARRAYstatic StringPHONE_NUMBERstatic StringSTRINGstatic StringSTRING_ARRAYstatic StringTEXTstatic StringTEXT_ARRAY
-
-
-
Field Detail
-
CREF
static final String CREF
- See Also:
- Constant Field Values
-
STRING
static final String STRING
- See Also:
- Constant Field Values
-
TEXT
static final String TEXT
- See Also:
- Constant Field Values
-
INT
static final String INT
- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
-
BOOLEAN
static final String BOOLEAN
- See Also:
- Constant Field Values
-
DATE
static final String DATE
- See Also:
- Constant Field Values
-
GEO_COORDINATES
static final String GEO_COORDINATES
- See Also:
- Constant Field Values
-
PHONE_NUMBER
static final String PHONE_NUMBER
- See Also:
- Constant Field Values
-
STRING_ARRAY
static final String STRING_ARRAY
- See Also:
- Constant Field Values
-
TEXT_ARRAY
static final String TEXT_ARRAY
- See Also:
- Constant Field Values
-
INT_ARRAY
static final String INT_ARRAY
- See Also:
- Constant Field Values
-
NUMBER_ARRAY
static final String NUMBER_ARRAY
- See Also:
- Constant Field Values
-
BOOLEAN_ARRAY
static final String BOOLEAN_ARRAY
- See Also:
- Constant Field Values
-
DATE_ARRAY
static final String DATE_ARRAY
- See Also:
- Constant Field Values
-
-