public class PropertyType
Field Summary | ||
---|---|---|
static final int | BOOLEAN | |
The property is a boolean value.
|
||
static final int | DATE_TIME | |
The property is a date time value.
|
||
static final int | DOUBLE | |
The property is a floating number.
|
||
static final int | NUMBER | |
The property is an integer number.
|
||
static final int | STRING | |
The property is a string value.
|
||
static final int | BLOB | |
The property is a byte array.
|
public static final int BOOLEAN
public static final int DATE_TIME
public static final int DOUBLE
public static final int NUMBER
public static final int STRING
public static final int BLOB