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 Double
s.
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.