| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.LongHolder
Holder for longs.
| Field Summary | |
|  long | valueThe longcontained by this holder. | 
| Constructor Summary | |
| LongHolder()Make a new LongHolderwith anullvalue. | |
| LongHolder(long value)Make a new LongHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public long value
long contained by this holder.
| Constructor Detail | 
public LongHolder()
LongHolder with a null value.
public LongHolder(long value)
LongHolder 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 | ||||||||||