Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOControl Reference

Table of Contents

EOKeyValueCoding.KeyBinding


Inherits from:
(com.apple.client.eocontrol) Object
(com.apple.yellow.eocontrol) NSObject
Package:
com.apple.client.eocontrol
com.apple.yellow.eocontrol


Class Description


The EOKeyValueCoding.KeyBinding class defines a mechanism to associate a class/key pair with a way to access the key. Apple doesn't anticipate the need for you to use, subclass, or replace this class. It is used internally by other classes in Enterprise Objects Framework.




Instance Methods



equals

public boolean equals(Object object)

(com.apple.client.eocontrol only) This method is intentionally undocumented. You should never have to invoke or customize it.

hashCode

public boolean equals(Object object)

(com.apple.client.eocontrol only) This method is intentionally undocumented. You should never have to invoke or customize it.

isScalarProperty

public boolean isScalarProperty()

(com.apple.client.eocontrol only) This method is intentionally undocumented. You should never have to invoke or customize it.

key

public String key()

This method is intentionally undocumented. You should never have to invoke or customize it.

targetClass

public Class targetClass()

This method is intentionally undocumented. You should never have to invoke or customize it.

setValueInObject

public void setValueInObject( Object value, Object object)

This method is intentionally undocumented. You should never have to invoke or customize it.

valueInObject

public Object valueInObject(Object object)

This method is intentionally undocumented. You should never have to invoke or customize it.

valueType

public Class valueType()

(com.apple.client.eocontrol only) This method is intentionally undocumented. You should never have to invoke or customize it.


Table of Contents