public class NillableBoolean extends NillableValue<Boolean>
| Constructor and Description |
|---|
NillableBoolean() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getRawValue()
Returns the raw value.
|
static NillableBoolean |
newInstance(Boolean rawValue)
Creates a new instance.
|
void |
setRawValue(Boolean rawValue)
Sets the raw value.
|
equals, hashCode, newInstancepublic static NillableBoolean newInstance(Boolean rawValue)
rawValue - raw valuepublic Boolean getRawValue()
NillableValuegetRawValue in class NillableValue<Boolean>public void setRawValue(Boolean rawValue)
NillableValuesetRawValue in class NillableValue<Boolean>rawValue - the raw valueCopyright © 2011-2013. All Rights Reserved.