ObjectKind

ObjectKind class

Indicates the type of text field.

Constructors

NameDescription
ObjectKindConstructor.

Properties

NameTypeDescription
ValueintIndicates the type of text field. The value of the property is ObjectKindValue integer constant.
UfeUnitFormulaErrSpecifies attributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

ObjectKind(value)

Constructor.

ParameterTypeDescription
valueintA ObjectKindValue value.

ObjectKind.Value property

Indicates the type of text field. The value of the property is ObjectKindValue integer constant.

Type: int

ObjectKind.Ufe property

Specifies attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.