R - raw value type parameterpublic abstract class NillableValue<R> extends Object implements Serializable
| Constructor and Description |
|---|
NillableValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
R |
getRawValue()
Returns the raw value.
|
int |
hashCode() |
static <V extends NillableValue<R>,R> |
newInstance(Class<V> simpleValueType,
R rawValue)
Creates a new typed instance.
|
void |
setRawValue(R rawValue)
Sets the raw value.
|
public static <V extends NillableValue<R>,R> V newInstance(Class<V> simpleValueType, R rawValue)
V - simple value type parameterR - raw value type parametersimpleValueType - simple value typerawValue - raw valuepublic R getRawValue()
public void setRawValue(R rawValue)
rawValue - the raw valueCopyright © 2011-2013. All Rights Reserved.