+ useStoredAccessor
Returns
YES
if the stored value methods storedValueForKey:
and takeStoredValue:forKey:
should use private accessor methods in preference to public accessors.- handleQueryWithUnboundKey:
Invoked by
valueForKey:
when it finds no property corresponding to key
.- handleTakeValue:forUnboundKey:
Invoked by
takeValue:forKey:
when it finds no property binding for key
.- takeValue:forKeyPath:
Sets the value for the property identified by
keyPath
to value
.- valuesForKeys:
Returns a dictionary containing as keys the property names in
keys
, with corresponding values being the corresponding property values.