public interface ValueChange
ValueChanges| Modifier and Type | Method and Description |
|---|---|
SchemaNode |
getModifiedNode()
Returns the terminal node to be modified or has already been modified.
|
Object |
getValueAfter()
Returns the resulting value of the node after modification.
|
Object |
getValueBefore()
Returns the initial value of the node before modification.
|
SchemaNode getModifiedNode()
SchemaNode.isTerminalValue()Object getValueBefore()
Regarding inheritance,
this method has the same behavior as
Adaptation.getValueWithoutResolution(Path).
Object getValueAfter()
Regarding inheritance,
this method has the same behavior as
Adaptation.getValueWithoutResolution(Path).