Constructor Summary |
---|
UnitFormulaErr(unit, f, err)
Constructor. |
UnitFormulaErr()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getErr() | |
method | setErr(value) | |
Indicates that the formula evaluates to an error. | ||
method | getF() | |
method | setF(value) | |
Represents the element's formula. | ||
method | getUnit() | |
method | setUnit(value) | |
Units of measure. The value of the property is MeasureConst integer constant. |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
||
method | equals(value) | |
Are objects equal.
|
||
method | hashCode() | |
Serves as a hash function for a particular type.
|
UnitFormulaErr(unit, f, err)
unit: int
- A f: String
- err: String
- UnitFormulaErr()
int getUnit() / setUnit(value)
String getF() / setF(value)
String getErr() / setErr(value)