StrValue
Contents
[
Hide
]StrValue class
String value
Constructors
| Name | Description |
|---|---|
| StrValue | Constructor. |
| StrValue | Constructor. |
| StrValue | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| 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. |
StrValue(value) (1 of 3)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | String |
StrValue(value, ufe) (2 of 3)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | String | |
| ufe | UnitFormulaErr |
StrValue(value, unit) (3 of 3)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | String | |
| ufe |
StrValue.Value property
String value.
Type: String
StrValue.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.