new UnitFormulaErr(unit, f, err)

Constructor.

Parameters

Name Type Optional Description

unit

 

 

MeasureConst

f

 

 

err

 

 

Methods

constructor_overload$1()

Constructor.

deepClone() → Object

Creates deep copy of this instance.

Returns

Object 

equals(value) → boolean

Are objects equal.

Parameter

Name Type Optional Description

value

Object

 

Returns

boolean 

getErr()

Indicates that the formula evaluates to an error.

getF()

Represents the element's formula.

getUnit()

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

hashCode() → Number

Serves as a hash function for a particular type.

Returns

Number 

setErr()

Indicates that the formula evaluates to an error.

setF()

Represents the element's formula.

setUnit()

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