Skip to main content

DocumentCustomPropertyValueType Class

Lists values that indicate the custom document property type.

Declaration

public final class DocumentCustomPropertyValueType extends IntEnum<DocumentCustomPropertyValueType>

Inherited Members

com.devexpress.java.enums.IntEnum.clone()
com.devexpress.java.enums.IntEnum.equals(java.lang.Object)
com.devexpress.java.enums.IntEnum.getName()
com.devexpress.java.enums.IntEnum.getValue()
com.devexpress.java.enums.IntEnum.hasFlag(T)
com.devexpress.java.enums.IntEnum.hasFlag(int)
com.devexpress.java.enums.IntEnum.hashCode()
com.devexpress.java.enums.IntEnum.readResolve()
com.devexpress.java.enums.IntEnum.resolve(int)
com.devexpress.java.enums.IntEnum.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.java.enums.IntEnum
DocumentCustomPropertyValueType

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 BOOLEAN custom property type.

_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 DATE_TIME custom property type.

_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 DECIMAL custom property type.

_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 DOUBLE custom property type.

_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 INTEGER custom property type.

_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 STRING custom property type.

BOOLEAN Field

The custom property type is Boolean.

Declaration

public static final DocumentCustomPropertyValueType BOOLEAN

Field Value

Type Description
DocumentCustomPropertyValueType

The BOOLEAN custom property type.

DATE_TIME Field

The custom property type is DateTime.

Declaration

public static final DocumentCustomPropertyValueType DATE_TIME

Field Value

Type Description
DocumentCustomPropertyValueType

The DATE_TIME custom property type.

DECIMAL Field

The custom property type is Decimal.

Declaration

public static final DocumentCustomPropertyValueType DECIMAL

Field Value

Type Description
DocumentCustomPropertyValueType

The DECIMAL custom property type.

DOUBLE Field

The custom property type is Double.

Declaration

public static final DocumentCustomPropertyValueType DOUBLE

Field Value

Type Description
DocumentCustomPropertyValueType

The DOUBLE custom property type.

INTEGER Field

The custom property type is Integer.

Declaration

public static final DocumentCustomPropertyValueType INTEGER

Field Value

Type Description
DocumentCustomPropertyValueType

The INTEGER custom property type.

STRING Field

The custom property type is String.

Declaration

public static final DocumentCustomPropertyValueType STRING

Field Value

Type Description
DocumentCustomPropertyValueType

The STRING custom property type.

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 DocumentCustomPropertyValueType enumeration constant.

Returns

Type Description
DocumentCustomPropertyValueType

The DocumentCustomPropertyValueType enumeration constant with the specified integer value.

values() Method

Returns an array of all DocumentCustomPropertyValueType enumeration constants.

Declaration

public static DocumentCustomPropertyValueType[] values()

Returns

Type Description
DocumentCustomPropertyValueType[]

An array of all DocumentCustomPropertyValueType enumeration constants.