|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PropertyType
Specifies data type of a document property.
| Field Summary | |
|---|---|
static int |
BLOB
The property is a byte array. |
static int |
BOOLEAN
The property is a boolean value. |
static int |
DATE_TIME
The property is a date time value. |
static int |
DOUBLE
The property is a floating number. |
static int |
NUMBER
The property is an integer number. |
static int |
STRING
The property is a string value. |
| Field Detail |
|---|
static final int BOOLEAN
static final int DATE_TIME
static final int DOUBLE
static final int NUMBER
static final int STRING
static final int BLOB
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||