javax.xml.rpc.holders
Class FloatWrapperHolder
java.lang.Object
javax.xml.rpc.holders.FloatWrapperHolder
- All Implemented Interfaces:
- Holder
public final class FloatWrapperHolder
- extends Object
- implements Holder
Holder for Float
s.
- Version:
- 1.0
Field Summary |
Float |
value
The Float contained by this holder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public Float value
- The
Float
contained by this holder.
FloatWrapperHolder
public FloatWrapperHolder()
- Make a new
FloatWrapperHolder
with a null
value.
FloatWrapperHolder
public FloatWrapperHolder(Float value)
- Make a new
FloatWrapperHolder
with value
as
the value.
- Parameters:
value
- the Float
to hold
Copyright © 2006 Apache Software Foundation. All Rights Reserved.