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