javax.xml.rpc.holders
public final class BooleanWrapperHolder extends Object implements Holder
Boolean
s.
Field Summary | |
---|---|
Boolean | value The Boolean contained by this holder. |
Constructor Summary | |
---|---|
BooleanWrapperHolder()
Make a new BooleanWrapperHolder with a null value. | |
BooleanWrapperHolder(Boolean value)
Make a new BooleanWrapperHolder with value as
the value.
|
Boolean
contained by this holder.BooleanWrapperHolder
with a null
value.BooleanWrapperHolder
with value
as
the value.
Parameters: value the Boolean
to hold