|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableCurrentHolder
Mix-in interface for TypedSpecifications 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.
| Method Summary | |
|---|---|
void |
set(NakedObject owner,
NakedObject newValue)
Updates the referenced NakedObject for the owning NakedObject
with the new value provided, or clears the reference if null. |
| Methods inherited from interface org.nakedobjects.metamodel.spec.feature.CurrentHolder |
|---|
get |
| Method Detail |
|---|
void set(NakedObject owner,
NakedObject newValue)
NakedObject for the owning NakedObject
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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||