public class DoubleValue
Constructor Summary |
---|
DoubleValue(doublevalue, intunit)
Constructor. |
DoubleValue()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
UnitFormulaErr | getUfe() | |
void | setUfe(UnitFormulaErr value) | |
Attributes of an element. | ||
double | getValue() | |
void | setValue(doublevalue) | |
Double value. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
||
boolean | equals(java.lang.Object value) | |
Are objects equal.
|
||
int | hashCode() | |
Serves as a hash function for a particular type.
|
public DoubleValue(double value, int unit)
value
- unit
- A public DoubleValue()
public double getValue() / public void setValue(double value)
public UnitFormulaErr getUfe() / public void setUfe(UnitFormulaErr value)
public boolean equals(java.lang.Object value)
value
- public int hashCode()
public java.lang.Object deepClone() throws java.lang.Exception