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