javax.xml.rpc.holders

Class ShortHolder

public final class ShortHolder extends Object implements Holder

Holder for shorts.
Field Summary
shortvalue
The short contained by this holder.
Constructor Summary
ShortHolder()
Make a new ShortHolder with a null value.
ShortHolder(short value)
Make a new ShortHolder with value as the value.

Field Detail

value

public short value
The short contained by this holder.

Constructor Detail

ShortHolder

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

ShortHolder

public ShortHolder(short value)
Make a new ShortHolder with value as the value.

Parameters: value the short to hold