|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.rpc.holders.BooleanHolder
public final class 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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 |