|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.BooleanWrapperHolder
Holder for Boolean
s.
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. |
Methods inherited from class java.lang.Object |
equals, 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 |