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

ShortWrapperHolder

public final class ShortWrapperHolder extends Object implements Holder
Holder for Shorts.
version
1.0

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

public ShortWrapperHolder(Short value)
Make a new ShortWrapperHolder with value as the value.

param
value the Short to hold

        this.value = value;
    
Methods Summary