UnitFormulaErr
Contents
[
Hide
]UnitFormulaErr class
Specifies attributes of an element.
Constructors
| Name | Description |
|---|---|
| UnitFormulaErr | Constructor. |
| UnitFormulaErr | 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. |
UnitFormulaErr(unit, f, err) (1 of 2)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| unit | int | A MeasureConst value. |
| f | String | |
| err | String |
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.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.