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