public interface MutableCurrentHolder extends CurrentHolder
ObjectActions that reference or otherwise
contain a 'current' value that moreover can be changed.
Examples include properties and
action parameters (but not
actions themselves) nor collections.
| Modifier and Type | Method and Description |
|---|---|
void |
set(ObjectAdapter owner,
ObjectAdapter newValue)
Updates the referenced
ObjectAdapter for the owning
ObjectAdapter with the new value provided, or clears the
reference if null. |
getvoid set(ObjectAdapter owner, ObjectAdapter newValue)
ObjectAdapter for the owning
ObjectAdapter with the new value provided, or clears the
reference if null.
For example, if this is a OneToOneAssociation, then updates the
object referenced .
owner - newValue - - the new value, or nullCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.