Field Summary | ||
---|---|---|
const int | BOOLEAN | |
The property is a boolean value. | ||
const int | DATE_TIME | |
The property is a date time value. | ||
const int | DOUBLE | |
The property is a floating number. | ||
const int | NUMBER | |
The property is an integer number. | ||
const int | STRING | |
The property is a string value. | ||
const int | BLOB | |
The property is a byte array. |
Field Detail |
---|
BOOLEAN | |
const int BOOLEAN |
DATE_TIME | |
const int DATE_TIME |
DOUBLE | |
const int DOUBLE |
NUMBER | |
const int NUMBER |
STRING | |
const int STRING |
BLOB | |
const int BLOB |