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