Implemented by:
- EOEnterpriseObject
- EOCustomObject
- EOGenericRecord
- Implements:
- (com.apple.client.eocontrol only) NSKeyValueCoding
- Package:
- com.apple.client.eocontrol
- com.apple.yellow.eocontrol
The EOKeyValueCoding.KeyBindingCreation interface defines the methods that create and cache EOKeyValueCoding.KeyBindings-objects that associate a class/key pair to a mechanism for accessing the key.
EOCustomObject and EOGenericRecord provide default implementations of this interface. Apple doesn't anticipate the need for you to invoke or implement the methods in EOKeyValueCoding.KeyBindingCreation. It is used internally by Enterprise Objects Framework. You should never need to interact with it at all.
public abstract EOKeyValueCoding.KeyBinding
createKeyValueBindingForKey
(
String key,
int bindingTypeMask)
public abstract EOKeyValueCoding.KeyBinding
keyValueBindingForKey
(
String key,
int bindingTypeMask)