railo.commons.lang.types
Class RefDoubleImpl

java.lang.Object
  extended by railo.commons.lang.types.RefDoubleImpl
All Implemented Interfaces:
RefDouble

public final class RefDoubleImpl
extends Object
implements RefDouble

Integer Type that can be modified


Constructor Summary
RefDoubleImpl()
          Constructor of the class
RefDoubleImpl(double value)
           
 
Method Summary
 void minus(double value)
          operation minus
 void plus(double value)
          operation plus
 void setValue(double value)
           
 Double toDouble()
           
 double toDoubleValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefDoubleImpl

public RefDoubleImpl(double value)

RefDoubleImpl

public RefDoubleImpl()
Constructor of the class

Method Detail

setValue

public void setValue(double value)
Specified by:
setValue in interface RefDouble
See Also:
RefDouble.setValue(double)

plus

public void plus(double value)
Description copied from interface: RefDouble
operation plus

Specified by:
plus in interface RefDouble
See Also:
RefDouble.plus(double)

minus

public void minus(double value)
Description copied from interface: RefDouble
operation minus

Specified by:
minus in interface RefDouble
See Also:
RefDouble.minus(double)

toDouble

public Double toDouble()
Specified by:
toDouble in interface RefDouble
Returns:
returns value as Double Object
See Also:
RefDouble.toDouble()

toDoubleValue

public double toDoubleValue()
Specified by:
toDoubleValue in interface RefDouble
Returns:
returns value as double
See Also:
RefDouble.toDoubleValue()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 Railo