Str2Value
Contents
[
Hide
]Str2Value class
String value.
Constructors
| Name | Description |
|---|---|
| Str2Value | Constructor. |
| Str2Value | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Ufev | UnitFormulaErrV | Attributes of an element. |
| Value | String | String value. |
| Ufe | UnitFormulaErr | Attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
Str2Value(value) (1 of 2)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | String |
Str2Value(value, ufev) (2 of 2)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | String | |
| ufev | UnitFormulaErrV |
Str2Value.Ufev property
Attributes of an element.
Type: UnitFormulaErrV
Str2Value.Value property
String value.
Type: String
Str2Value.Ufe property
Attributes of an element.
Type: UnitFormulaErr
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.