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