| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.IntHolder
Holder for ints.
| Field Summary | |
|  int | valueThe intcontained by this holder. | 
| Constructor Summary | |
| IntHolder()Make a new IntHolderwith anullvalue. | |
| IntHolder(int value)Make a new IntHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public int value
int contained by this holder.
| Constructor Detail | 
public IntHolder()
IntHolder with a null value.
public IntHolder(int value)
IntHolder with value as
 the value.
value - the int to hold| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||