FileDocCategorySizeDatePackage
LongWrapperHolder.javaAPI DocApache Axis 1.41236Sat Apr 22 18:57:28 BST 2006javax.xml.rpc.holders

LongWrapperHolder

public final class LongWrapperHolder extends Object implements Holder
Holder for Longs.
version
1.0

Fields Summary
public Long
value
The Long contained by this holder.
Constructors Summary
public LongWrapperHolder()
Make a new LongWrapperHolder with a null value.

public LongWrapperHolder(Long value)
Make a new LongWrapperHolder with value as the value.

param
value the Long to hold

        this.value = value;
    
Methods Summary