net.wotonomy.control
Interface EOKeyValueCodingAdditions

All Superinterfaces:
EOKeyValueCoding, net.wotonomy.foundation.NSKeyValueCoding, net.wotonomy.foundation.NSKeyValueCodingAdditions
All Known Subinterfaces:
EOEnterpriseObject
All Known Implementing Classes:
EOCustomObject, EOGenericRecord

public interface EOKeyValueCodingAdditions
extends EOKeyValueCoding, net.wotonomy.foundation.NSKeyValueCodingAdditions

EOKeyValueCodingAdditions defines an interface for classes that need to have more control over the wotonomy's bulk property copying and cloning facilities.

Version:
$Revision: 894 $
Author:
michael@mpowers.net, $Author: cgruber $

Nested Class Summary
static class EOKeyValueCodingAdditions.DefaultImplementation
          Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
static class EOKeyValueCodingAdditions.Utility
          Static utilities methods that call the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
 
Nested classes/interfaces inherited from interface net.wotonomy.foundation.NSKeyValueCoding
net.wotonomy.foundation.NSKeyValueCoding.Null
 
Nested classes/interfaces inherited from interface net.wotonomy.foundation.NSKeyValueCoding
net.wotonomy.foundation.NSKeyValueCoding.Null
 
Field Summary
 
Fields inherited from interface net.wotonomy.foundation.NSKeyValueCoding
NullValue
 
Fields inherited from interface net.wotonomy.foundation.NSKeyValueCoding
NullValue
 
Method Summary
 
Methods inherited from interface net.wotonomy.control.EOKeyValueCoding
handleQueryWithUnboundKey, handleTakeValueForUnboundKey, storedValueForKey, takeStoredValueForKey, takeValueForKey, unableToSetNullForKey, valueForKey
 
Methods inherited from interface net.wotonomy.foundation.NSKeyValueCodingAdditions
takeValueForKeyPath, takeValuesFromDictionary, valueForKeyPath, valuesForKeys
 



Copyright © 2006 null. All Rights Reserved.