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