PATH |
KeyValuePath
Package: com.webobjects.directtowebInherits from:java.lang.Object
Class Description
This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.
Method Types
Constructors
Private Methods
- entityAtEndOfKeyPath
- keyPathPortionInModel
- keyPathPortionNotInModel
- keyPathWithoutLastProperty
- lastPropertyKeyInKeyPath
- takeValueForKeyPathOnObject
- valueForKeyOnObject
- valueForKeyPathOnObject
Constructors
KeyValuePath
public KeyValuePath()
This method is intentionally undocumented. You should never have to invoke or customize it.
Methods
entityAtEndOfKeyPath
static public final EOEntity entityAtEndOfKeyPath(String aString, EOEntity anEntity)
This method is intentionally undocumented. You should never have to invoke or customize it.
keyPathPortionInModel
final static public String keyPathPortionInModel(String aString, EOEntity anEntity)
This method is intentionally undocumented. You should never have to invoke or customize it.
keyPathPortionNotInModel
public final static String keyPathPortionNotInModel(String string1, String string2)
This method is intentionally undocumented. You should never have to invoke or customize it.
keyPathWithoutLastProperty
static public final String keyPathWithoutLastProperty(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
lastPropertyKeyInKeyPath
public static final String lastPropertyKeyInKeyPath(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
takeValueForKeyPathOnObject
final static public void takeValueForKeyPathOnObject(Object object1, String aString, NSKeyValueCoding object2)
This method is intentionally undocumented. You should never have to invoke or customize it.
valueForKeyOnObject
static public final Object valueForKeyOnObject(String aString, Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
valueForKeyPathOnObject
static public final Object valueForKeyPathOnObject(String aString, NSKeyValueCoding anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.