| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.ShortHolder
Holder for shorts.
| Field Summary | |
|  short | valueThe shortcontained by this holder. | 
| Constructor Summary | |
| ShortHolder()Make a new ShortHolderwith anullvalue. | |
| ShortHolder(short value)Make a new ShortHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, 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 | ||||||||||