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