|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.holders.LongWrapperHolder
public final class LongWrapperHolder
Holder for Longs.
| Field Summary | |
|---|---|
java.lang.Long |
value
The Long contained by this holder. |
| Constructor Summary | |
|---|---|
LongWrapperHolder()
Make a new LongWrapperHolder with a null value. |
|
LongWrapperHolder(java.lang.Long value)
Make a new LongWrapperHolder 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.Long value
Long contained by this holder.
| Constructor Detail |
|---|
public LongWrapperHolder()
LongWrapperHolder with a null value.
public LongWrapperHolder(java.lang.Long value)
LongWrapperHolder with value as
the value.
value - the Long to hold
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||