UnitFormulaErr
UnitFormulaErr class
Specifies attributes of an element.
UnitFormulaErr(unit, f, err)
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| Unit | int | Units of measure. The value of the property is MeasureConst integer constant. |
| F | String | Represents the element’s formula. |
| Err | String | Indicates that the formula evaluates to an error. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |