Value
Inheritance: java.lang.Object
public class Value
Value.
Methods
| Method | Description |
|---|---|
| deepClone() | Creates deep copy of this instance. |
| equals(Object obj) | Are objects equal. |
| getClass() | |
| getSolutionXML() | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. |
| getUfev() | Specified attributes of an element. |
| getVal() | Text value |
| hashCode() | Serves as a hash function for a particular type. |
| notify() | |
| notifyAll() | |
| setSolutionXML(SolutionXML value) | For the description of this property, please see getSolutionXML() |
| setUfev(UnitFormulaErrV value) | For the description of this property, please see getUfev() |
| setVal(String value) | For the description of this property, please see getVal() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
deepClone()
public Object deepClone()
Creates deep copy of this instance.
Returns: java.lang.Object -
equals(Object obj)
public boolean equals(Object obj)
Are objects equal.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean -
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getSolutionXML()
public SolutionXML getSolutionXML()
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Returns: SolutionXML
getUfev()
public UnitFormulaErrV getUfev()
Specified attributes of an element.
Returns: UnitFormulaErrV
getVal()
public String getVal()
Text value
Returns: java.lang.String
hashCode()
public int hashCode()
Serves as a hash function for a particular type.
Returns: int -
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setSolutionXML(SolutionXML value)
public void setSolutionXML(SolutionXML value)
For the description of this property, please see getSolutionXML()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | SolutionXML |
setUfev(UnitFormulaErrV value)
public void setUfev(UnitFormulaErrV value)
For the description of this property, please see getUfev()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | UnitFormulaErrV |
setVal(String value)
public void setVal(String value)
For the description of this property, please see getVal()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |