|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.LongWrapperHolder
Holder for Long
s.
Field Summary | |
java.lang.Long |
value
The Long contained by this holder. |
Constructor Summary | |
LongWrapperHolder()
Make a new LongWrapperHolder with a null value. |
|
LongWrapperHolder(java.lang.Long value)
Make a new LongWrapperHolder 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.Long value
Long
contained by this holder.
Constructor Detail |
public LongWrapperHolder()
LongWrapperHolder
with a null
value.
public LongWrapperHolder(java.lang.Long value)
LongWrapperHolder
with value
as
the value.
value
- the Long
to hold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |