public class ValueRef
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
_value
the current value
|
| Constructor and Description |
|---|
ValueRef() |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Get the current value.
|
protected void |
setValue(double value)
Set the current value.
|