Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

KeyValuePath

Package: com.apple.yellow.directtoweb

Inherits 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


Constructors


com.apple.yellow.directtoweb.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.