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