public abstract static class SimpleType.SimpleTypeValueUpdater
extends java.lang.Object
| Constructor and Description |
|---|
SimpleType.SimpleTypeValueUpdater() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
updateAtomicValue(java.lang.Object atomicValue,
java.lang.Object currentValue)
Method to update a live data value with an edited atomic value (such as a string or number).
|
public abstract java.lang.Object updateAtomicValue(java.lang.Object atomicValue,
java.lang.Object currentValue)
atomicValue - (any) New atomic value. This should match the underlying atomic type
specified by the #inheritsFrom attribute.currentValue - Existing data value to be updated.