FileDocCategorySizeDatePackage
DoubleWrapperHolder.javaAPI DocApache Axis 1.41258Sat Apr 22 18:57:26 BST 2006javax.xml.rpc.holders

DoubleWrapperHolder

public final class DoubleWrapperHolder extends Object implements Holder
Holder for Doubles.
version
1.0

Fields Summary
public Double
value
The Double contained by this holder.
Constructors Summary
public DoubleWrapperHolder()
Make a new DoubleWrapperHolder with a null value.

public DoubleWrapperHolder(Double value)
Make a new DoubleWrapperHolder with value as the value.

param
value the Double to hold

        this.value = value;
    
Methods Summary