UnitFormulaErr
Contents
[
Hide
]UnitFormulaErr class
Specifies attributes of an element.
new UnitFormulaErr(unit, f, err)
Constructor.
Methods
| Name | Description |
|---|---|
| constructor_overload$1() | Constructor. |
| deepClone() | Creates deep copy of this instance. |
| equals(value) | Are objects equal. |
| 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() | Serves as a hash function for a particular type. |
| 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. |
constructor_overload$1()
Constructor.
deepClone()
Creates deep copy of this instance.
Returns: Object — Object
equals(value)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
Returns: boolean — 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()
Serves as a hash function for a particular type.
Returns: Number — 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.