UnitFormulaErr

UnitFormulaErr class

Specifies attributes of an element.

Constructors

NameDescription
UnitFormulaErrConstructor.
UnitFormulaErrConstructor.

Properties

NameTypeDescription
UnitintUnits of measure. The value of the property is MeasureConst integer constant.
FStringRepresents the element’s formula.
ErrStringIndicates that the formula evaluates to an error.

Methods

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

UnitFormulaErr(unit, f, err) (1 of 2)

Constructor.

ParameterTypeDescription
unitintA MeasureConst value.
fString
errString

UnitFormulaErr() (2 of 2)

Constructor.

UnitFormulaErr.Unit property

Units of measure. The value of the property is MeasureConst integer constant.

Type: int

UnitFormulaErr.F property

Represents the element’s formula.

Type: String

UnitFormulaErr.Err property

Indicates that the formula evaluates to an error.

Type: String

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.