PATH |
- Inherits from:
- Object
- Package:
- com.webobjects.foundation
The NSKeyValueCoding. DefaultImplementation class provides default implementations of the NSKeyValueCoding and NSKeyValueCoding.ErrorHandling interfaces. For more information, see the NSKeyValueCoding and NSKeyValueCoding.ErrorHandling interface specifications.
public static Object handleQueryWithUnboundKey( Object anObject, String key)
See Also: NSKeyValueCoding.ErrorHandling
public static void handleTakeValueForUnboundKey( Object anObject, Object value, String key)
See Also: NSKeyValueCoding.ErrorHandling
public static void takeValueForKey( Object anObject, Object value, String key)
See Also: takeValueForKey ( NSKeyValueCoding)
public static void unableToSetNullForKey( Object anObject, String key)
null
value for a scalar property (such as an int or a float).
See Also: NSKeyValueCoding.ErrorHandling
public static Object valueForKey( Object anObject, String key)
See Also: valueForKey ( NSKeyValueCoding)
© 2001 Apple Computer, Inc. (Last Published April 17, 2001)