com.liferay.portal.kernel.util
Class FloatWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.util.PrimitiveWrapper
      extended by com.liferay.portal.kernel.util.FloatWrapper
All Implemented Interfaces:
java.io.Serializable

public class FloatWrapper
extends PrimitiveWrapper

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.Class<?> TYPE
           
 
Constructor Summary
FloatWrapper()
           
FloatWrapper(float value)
           
 
Method Summary
 float decrement()
           
 float getValue()
           
 float increment()
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.Class<?> TYPE
Constructor Detail

FloatWrapper

public FloatWrapper()

FloatWrapper

public FloatWrapper(float value)
Method Detail

getValue

public float getValue()

setValue

public void setValue(float value)

increment

public float increment()

decrement

public float decrement()