|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.FloatHolder
Holder for float
s.
Field Summary | |
float |
value
The byte contained by this holder. |
Constructor Summary | |
FloatHolder()
Make a new FloatHolder with a null value. |
|
FloatHolder(float value)
Make a new FloatHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, 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 |