com.webobjects.directtoweb
Class KeyValuePath
java.lang.Object
com.webobjects.directtoweb.KeyValuePath
public class KeyValuePath
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValuePath
public KeyValuePath()
valueForKeyPathOnObject
public static final Object valueForKeyPathOnObject(String keyPath,
Object object)
takeValueForKeyPathOnObject
public static final void takeValueForKeyPathOnObject(Object value,
String keyPath,
Object object)
lastPropertyKeyInKeyPath
public static final String lastPropertyKeyInKeyPath(String keyPath)
keyPathWithoutLastProperty
public static final String keyPathWithoutLastProperty(String keyPath)
keyPathPortionNotInModel
public static final String keyPathPortionNotInModel(String keyPath,
String keyPathPortionInModel)
keyPathPortionInModel
public static final String keyPathPortionInModel(String keyPath,
EOEntity startingEntity)
entityAtEndOfKeyPath
public static final EOEntity entityAtEndOfKeyPath(String keyPath,
EOEntity startingEntity)
valueForKeyOnObject
public static final Object valueForKeyOnObject(String key,
Object o)
Copyright © 2000-2008 Apple Inc.