EOKeyValueQualifier
Inherits From: EOQualifier
Conforms To: NSCoding
EOQualifierEvaluation
Declared In: EOQualifier.h
Methods: - initWithKey:operatorSelector:value: , - key , - selector , - value


Class Description
No class description.


Instance Variables
NSString *key;
id value;
SEL operator;

keyNo description.
valueNo description.
operatorNo description.



Method Types
- initWithKey:operatorSelector:value:
- key
- selector
- value


Instance Methods
initWithKey:operatorSelector:value:
- (id)initWithKey:(NSString *)_key operatorSelector:(SEL)_selector value:(id)_value
No method description.

key
- (NSString *)key
No method description.

selector
- (SEL)selector
No method description.

value
- (id)value
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.