public final class PropertyType
extends java.lang.Object
DocumentProperty,
DocumentProperty.getType()| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN
The property is a boolean value.
|
static int |
BYTE_ARRAY
The property is an array of bytes.
|
static int |
DATE_TIME
The property is a date time value.
|
static int |
DOUBLE
The property is a floating number.
|
static int |
length |
static int |
NUMBER
The property is an integer number.
|
static int |
OBJECT_ARRAY
The property is an array of objects.
|
static int |
OTHER
The property is some other type.
|
static int |
STRING
The property is a string value.
|
static int |
STRING_ARRAY
The property is an array of strings.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String propertyTypeName) |
static java.lang.String |
getName(int propertyType) |
static int[] |
getValues() |
static java.lang.String |
toString(int propertyType) |
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 STRING_ARRAY
public static final int OBJECT_ARRAY
public static final int BYTE_ARRAY
public static final int OTHER
public static final int length