javax.xml.rpc.holders
Class ShortHolder
java.lang.Object
javax.xml.rpc.holders.ShortHolder
- Holder
public final class ShortHolder
extends java.lang.Object
Holder for short
s.
short | value - The
short contained by this holder.
|
ShortHolder() - Make a new
ShortHolder with a null value.
|
ShortHolder(short value) - Make a new
ShortHolder with value as
the value.
|
value
public short value
The short
contained by this holder.
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.
value
- the short
to hold
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.