public class MutableStateReference
extends java.lang.Object
MutableStateReference encapsulates a StateReference
for read/write access.| Modifier and Type | Field and Description |
|---|---|
private StateReference |
stateReference |
| Constructor and Description |
|---|
MutableStateReference() |
| Modifier and Type | Method and Description |
|---|---|
StateReference |
getStateReference() |
void |
setStateReference(StateReference stateReference) |
private StateReference stateReference
public StateReference getStateReference()
public void setStateReference(StateReference stateReference)