Package javax.xml.rpc.holders
Class ShortHolder
java.lang.Object
javax.xml.rpc.holders.ShortHolder
- All Implemented Interfaces:
Holder
Holder for
short
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newShortHolder
with anull
value.ShortHolder
(short value) Make a newShortHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
public short valueTheshort
contained by this holder.
-
-
Constructor Details
-
ShortHolder
public ShortHolder()Make a newShortHolder
with anull
value. -
ShortHolder
public ShortHolder(short value) Make a newShortHolder
withvalue
as the value.- Parameters:
value
- theshort
to hold
-