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