|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.BooleanHolder
Holder for boolean
s.
Field Summary | |
boolean |
value
The boolean contained by this holder. |
Constructor Summary | |
BooleanHolder()
Make a new BooleanHolder with a null value. |
|
BooleanHolder(boolean value)
Make a new BooleanHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean value
boolean
contained by this holder.
Constructor Detail |
public BooleanHolder()
BooleanHolder
with a null
value.
public BooleanHolder(boolean value)
BooleanHolder
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 |