public interface CurrentHolder
ObjectFeatures that reference or otherwise
contain a 'current' value.
Examples include properties,
collections and action parameters (but not actions themselves).
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
get(ObjectAdapter owner)
Returns the referenced
ObjectAdapter for the owning
ObjectAdapter. |
ObjectAdapter get(ObjectAdapter owner)
ObjectAdapter for the owning
ObjectAdapter.
For example, if this is an OneToOneAssociation, then returns the
referenced object.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.