javax.xml.rpc.holders
Class DoubleWrapperHolder

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

public final class DoubleWrapperHolder
extends Object
implements Holder

A holder for Doubles.

Version:
$Revision: 1.4.8.1 $
Author:
Scott.Stark@jboss.org

Field Summary
 Double value
           
 
Constructor Summary
DoubleWrapperHolder()
           
DoubleWrapperHolder(Double 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
Constructor Detail

DoubleWrapperHolder

public DoubleWrapperHolder()

DoubleWrapperHolder

public DoubleWrapperHolder(Double value)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.