org.objectweb.telosys.common.val
Class FloatValue

java.lang.Object
  extended byorg.objectweb.telosys.common.val.FloatValue
All Implemented Interfaces:
ISingleValue, java.io.Serializable

public class FloatValue
extends java.lang.Object
implements ISingleValue

This class wraps a value of the primitive type 'float' in an object. The current value can be changed with the 'setValue' method.

See Also:
Serialized Form

Constructor Summary
FloatValue()
          Default constructor, the initial value is '0'.
FloatValue(float v)
          Constructor with initial value
 
Method Summary
 float getValue()
           
 void setValue(float v)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatValue

public FloatValue()
Default constructor, the initial value is '0'.


FloatValue

public FloatValue(float v)
Constructor with initial value

Parameters:
v - initial value
Method Detail

setValue

public void setValue(float v)

getValue

public float getValue()

toString

public java.lang.String toString()