javax.xml.rpc.holders
Class DoubleWrapperHolder
java.lang.Object
javax.xml.rpc.holders.DoubleWrapperHolder
- All Implemented Interfaces:
- Holder
public final class DoubleWrapperHolder
- extends Object
- implements Holder
Holder for Doubles.
- Version:
- 1.0
|
Field Summary |
Double |
value
The Double contained by this holder. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public Double value
- The
Double contained by this holder.
DoubleWrapperHolder
public DoubleWrapperHolder()
- Make a new
DoubleWrapperHolder with a null value.
DoubleWrapperHolder
public DoubleWrapperHolder(Double value)
- Make a new
DoubleWrapperHolder with value as
the value.
- Parameters:
value - the Double to hold
Copyright © 2006 Apache Software Foundation. All Rights Reserved.