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