javax.xml.rpc.holders
public final class BooleanHolder extends Object implements Holder
booleans.
Version: 1.0
| 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.
| |
boolean contained by this holder.BooleanHolder with a null value.BooleanHolder with value as
the value.
Parameters: value the boolean to hold