ewasylishen@gmail.com
)Copyright: (C) 2009 Eric Wasylishen
- Declared in:
- ETAdaptiveModelObject.h
@group Model and Metamodel
WARNING: This class is under development and must be ignored.
Very simple implementation of an adaptive model object that is causally connected to its description. This means that changes to the entity description immediately take effect in the instance of ETAdaptiveModelObject.
Causal connection is ensured through the implementation of -valueForProperty: and -setValue:forProperty: .
Sets the property value and returns
YES
when the property is declared in
the metamodel and it allows the value to
be set. In all other cases, does nothing and returns
NO
.
@taskunit Property Value Coding
Returns the property value if the property is declared in the metamodel (aka entity description).