safejdbc.holder
Class DoubleHolder
java.lang.Object
|
+--safejdbc.holder.DoubleHolder
- public class DoubleHolder
- extends java.lang.Object
This class is designed to hold a double. It is useful to pass a double into and out
of a code block such as a ResultSetProcessor or a FillingCommand. For an overview
see the package overview.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleHolder
public DoubleHolder(double value)
getValue
public double getValue()
setValue
public void setValue(double value)
add
public void add(double value)
subtract
public void subtract(double value)
multiply
public void multiply(double value)
divide
public void divide(double value)
Copyright (c) 2001, 2002 by Jan Hermanns and Arno Haase. All Rights Reserved.