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