javax.xml.rpc.holders
public final class DoubleWrapperHolder extends Object implements Holder
Doubles.
Version: 1.0
| Field Summary | |
|---|---|
| Double | value The Double contained by this holder. |
| Constructor Summary | |
|---|---|
| DoubleWrapperHolder()
Make a new DoubleWrapperHolder with a null value. | |
| DoubleWrapperHolder(Double value)
Make a new DoubleWrapperHolder with value as
the value.
| |
Double contained by this holder.DoubleWrapperHolder with a null value.DoubleWrapperHolder with value as
the value.
Parameters: value the Double to hold