Value
Contents
[
Hide
]Value class
Value.
Properties
| Name | Type | Description |
|---|---|---|
| Ufev | UnitFormulaErrV | Specified attributes of an element. |
| Val | String | Text value |
| SolutionXML | SolutionXML | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
Value.Ufev property
Specified attributes of an element.
Type: UnitFormulaErrV
Value.Val property
Text value
Type: String
Value.SolutionXML property
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Type: SolutionXML
equals(obj)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| obj | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.