javax.xml.rpc.holders
public final class ShortHolder extends Object implements Holder
short
s.
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