javax.xml.rpc.holders
Class ShortHolder
java.lang.Objectjavax.xml.rpc.holders.ShortHolder
- Holder
public final class ShortHolder
extends java.lang.Object
Holder for shorts.
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 © 2005 Apache Web Services Project. All Rights Reserved.