| Constructor Summary |
|---|
StrValue(value)
Constructor. |
StrValue(value, ufe)
Constructor. |
StrValue(value, unit)
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
method | getUfe() | |
method | setUfe(value) | |
| Attributes of an element. | ||
method | getValue() | |
method | setValue(value) | |
| String 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.
|
||
StrValue(value)
value: String - StrValue(value, ufe)
value: String - ufe: UnitFormulaErr - StrValue(value, unit)
value: String - ufe - unit - A MeasureConst value.String getValue() / setValue(value)
UnitFormulaErr getUfe() / setUfe(value)