javax.xml.rpc.holders
Class DoubleHolder

java.lang.Object
  extended by javax.xml.rpc.holders.DoubleHolder
All Implemented Interfaces:
Holder

public final class DoubleHolder
extends Object
implements Holder

Holder for doubles.

Version:
1.0

Field Summary
 double value
          The double contained by this holder.
 
Constructor Summary
DoubleHolder()
          Make a new DoubleHolder with a null value.
DoubleHolder(double value)
          Make a new DoubleHolder with value as the value.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
The double contained by this holder.

Constructor Detail

DoubleHolder

public DoubleHolder()
Make a new DoubleHolder with a null value.


DoubleHolder

public DoubleHolder(double value)
Make a new DoubleHolder with value as the value.

Parameters:
value - the double to hold


Copyright © 2006 Apache Software Foundation. All Rights Reserved.