DocumentCustomPropertyValueType Class
Lists values that indicate the custom document property type.
Declaration
public final class DocumentCustomPropertyValueType extends IntEnum<DocumentCustomPropertyValueType>
Inherited Members
Inheritance
Fields
_BOOLEAN Field
The integer value corresponding to the BOOLEAN custom property type.
Declaration
public static final int _BOOLEAN
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_DATE_TIME Field
The integer value corresponding to the DATE_TIME custom property type.
Declaration
public static final int _DATE_TIME
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_DECIMAL Field
The integer value corresponding to the DECIMAL custom property type.
Declaration
public static final int _DECIMAL
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_DOUBLE Field
The integer value corresponding to the DOUBLE custom property type.
Declaration
public static final int _DOUBLE
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_INTEGER Field
The integer value corresponding to the INTEGER custom property type.
Declaration
public static final int _INTEGER
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_STRING Field
The integer value corresponding to the STRING custom property type.
Declaration
public static final int _STRING
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
BOOLEAN Field
The custom property type is Boolean.
Declaration
public static final DocumentCustomPropertyValueType BOOLEAN
Field Value
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
DATE_TIME Field
The custom property type is DateTime.
Declaration
public static final DocumentCustomPropertyValueType DATE_TIME
Field Value
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
DECIMAL Field
The custom property type is Decimal.
Declaration
public static final DocumentCustomPropertyValueType DECIMAL
Field Value
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
DOUBLE Field
The custom property type is Double.
Declaration
public static final DocumentCustomPropertyValueType DOUBLE
Field Value
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
INTEGER Field
The custom property type is Integer.
Declaration
public static final DocumentCustomPropertyValueType INTEGER
Field Value
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
STRING Field
The custom property type is String.
Declaration
public static final DocumentCustomPropertyValueType STRING
Field Value
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
Methods
fromValue(int value) Method
Returns the DocumentCustomPropertyValueType enumeration constant with the specified integer value.
Declaration
public static DocumentCustomPropertyValueType fromValue(int value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | int | An integer value of the |
Returns
| Type | Description |
|---|---|
DocumentCustomPropertyValueType |
The |
values() Method
Returns an array of all DocumentCustomPropertyValueType enumeration constants.
Declaration
public static DocumentCustomPropertyValueType[] values()
Returns
| Type | Description |
|---|---|
| DocumentCustomPropertyValueType[] | An array of all |