PATH |
NSKeyValueCodingAdditions.Utility
- Inherits from:
- Object
- Package:
- com.webobjects.foundation
Class Description
The NSKeyValueCodingAdditions.Utility class is a convenience that allows you to access the properties of NSKeyValueCodingAdditions objects and non-NSKeyValueCodingAdditions objects using the same code. For more information, see the NSKeyValueCodingAdditions interface specification.
Static Methods
takeValueForKeyPath
public static void takeValueForKeyPath( Object anObject, Object value, String keyPath)
valueForKeyPath
public static Object valueForKeyPath( Object anObject, String keyPath)
© 2001 Apple Computer, Inc. (Last Published April 17, 2001)