javax.xml.rpc.holders
public final class ShortHolder extends Object implements Holder
shorts.
Version: 1.0
| Field Summary | |
|---|---|
| short | value 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.
| |
short contained by this holder.ShortHolder with a null value.ShortHolder with value as
the value.
Parameters: value the short to hold