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