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