java.lang.Objectorg.objectweb.telosys.common.val.DoubleValue
This class wraps a value of the primitive type 'double' in an object. The current value can be changed with the 'setValue' method.
Constructor Summary | |
DoubleValue()
Default constructor, the initial value is '0.0'. |
|
DoubleValue(double v)
Constructor with initial value |
Method Summary | |
double |
getValue()
|
void |
setValue(double v)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DoubleValue()
public DoubleValue(double v)
v
- initial valueMethod Detail |
public void setValue(double v)
public double getValue()
public java.lang.String toString()