| Modifier and Type | Field and Description |
|---|---|
Boolean |
value
The
Boolean contained by this holder. |
| Constructor and Description |
|---|
BooleanWrapperHolder()
Make a new
BooleanWrapperHolder with a null value. |
BooleanWrapperHolder(Boolean value)
Make a new
BooleanWrapperHolder with value as
the value. |
public Boolean value
Boolean contained by this holder.public BooleanWrapperHolder()
BooleanWrapperHolder with a null value.public BooleanWrapperHolder(Boolean value)
BooleanWrapperHolder with value as
the value.value - the Boolean to holdCopyright © The Apache Software Foundation. All Rights Reserved.