Constructor Summary |
---|
UnitFormulaErrV(unit, f, err, v)
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 | getV() | |
method | setV(value) | |
Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empty string cell null and a null string cell value. This attribute is used to distinguish between these forms of an empty value. |
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.
|
UnitFormulaErrV(unit, f, err, v)
unit: int
- A f: String
- err: String
- v: String
- String getV() / setV(value)
int getUnit() / setUnit(value)
String getF() / setF(value)
String getErr() / setErr(value)