PATH |
NSKeyValueCoding.DefaultImplementation
- Inherits from:
- Object
- Package:
- com.webobjects.foundation
Class Description
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.
Static Methods
handleQueryWithUnboundKey
public static Object handleQueryWithUnboundKey( Object anObject, String key)
See Also: NSKeyValueCoding.ErrorHandling
handleTakeValueForUnboundKey
public static void handleTakeValueForUnboundKey( Object anObject, Object value, String key)
See Also: NSKeyValueCoding.ErrorHandling
takeValueForKey
public static void takeValueForKey( Object anObject, Object value, String key)
See Also: takeValueForKey ( NSKeyValueCoding)
unableToSetNullForKey
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
valueForKey
public static Object valueForKey( Object anObject, String key)
See Also: valueForKey ( NSKeyValueCoding)
© 2001 Apple Computer, Inc. (Last Published April 17, 2001)