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