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()
entityAtEndOfKeyPath
public static final EOEntity entityAtEndOfKeyPath(String keyPath,
EOEntity startingEntity)
keyPathPortionInModel
public static final String keyPathPortionInModel(String keyPath,
EOEntity startingEntity)
keyPathPortionNotInModel
public static final String keyPathPortionNotInModel(String keyPath,
String keyPathPortionInModel)
keyPathWithoutLastProperty
public static final String keyPathWithoutLastProperty(String keyPath)
lastPropertyKeyInKeyPath
public static final String lastPropertyKeyInKeyPath(String keyPath)
takeValueForKeyPathOnObject
public static final void takeValueForKeyPathOnObject(Object value,
String keyPath,
Object object)
valueForKeyOnObject
public static final Object valueForKeyOnObject(String key,
Object o)
valueForKeyPathOnObject
public static final Object valueForKeyPathOnObject(String keyPath,
Object object)
Copyright © 2004 Apple Computer, Inc.