Property Getters/Setters Summary | ||
---|---|---|
function | getSolutionXML() | |
function | setSolutionXML(value) | |
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. | ||
function | getUfev() | |
function | setUfev(value) | |
Specified attributes of an element. | ||
function | getVal() | |
function | setVal(value) | |
Text value |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. | ||
function | equals(obj) | |
Are objects equal. | ||
function | hashCode() | |
Serves as a hash function for a particular type. |
Property Getters/Setters Detail |
---|
getUfev/setUfev : UnitFormulaErrV | |
function getUfev() / function setUfev(value) |
getVal/setVal : String | |
function getVal() / function setVal(value) |
getSolutionXML/setSolutionXML : SolutionXML | |
function getSolutionXML() / function setSolutionXML(value) |
Method Detail |
---|
equals | |
function equals(obj) |
obj: Object
- hashCode | |
function hashCode() |
deepClone | |
function deepClone() |