|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.DoubleWrapperHolder
Holder for Double
s.
Field Summary | |
java.lang.Double |
value
The Double contained by this holder. |
Constructor Summary | |
DoubleWrapperHolder()
Make a new DoubleWrapperHolder with a null value. |
|
DoubleWrapperHolder(java.lang.Double value)
Make a new DoubleWrapperHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Double value
Double
contained by this holder.
Constructor Detail |
public DoubleWrapperHolder()
DoubleWrapperHolder
with a null
value.
public DoubleWrapperHolder(java.lang.Double value)
DoubleWrapperHolder
with value
as
the value.
value
- the Double
to hold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |