|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.rpc.holders.ShortWrapperHolder
public final class ShortWrapperHolder
Holder for Short
s.
Field Summary | |
---|---|
java.lang.Short |
value
The Short contained by this holder. |
Constructor Summary | |
---|---|
ShortWrapperHolder()
Make a new ShortWrapperHolder with a null value. |
|
ShortWrapperHolder(java.lang.Short value)
Make a new ShortWrapperHolder with value as
the value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Short value
Short
contained by this holder.
Constructor Detail |
---|
public ShortWrapperHolder()
ShortWrapperHolder
with a null
value.
public ShortWrapperHolder(java.lang.Short value)
ShortWrapperHolder
with value
as
the value.
value
- the Short
to hold
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |