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