Up

EOKeyValueQualifier Class

Authors

Mirko Viviani (mirko.viviani@gmail.com)
Manuel Guesdon (mguesdon@orange-concept.com)

Version: 25326

Date: 2007-07-12 08:39:22 +0200 (Don, 12 Jul 2007)

Copyright: (C) 2000-2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOQualifier(Privat) category
  2. Software documentation for the NSObject(Comparison) informal protocol

Software documentation for the EOQualifier(Privat) category

EOQualifier(Privat)

Declared in:
EOControl/EOKeyValueQualifier.m
Description forthcoming.
Method summary

_addBindingsToDictionary: 

- (void) _addBindingsToDictionary: (NSMutableDictionary*)dictionary;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_validateKey: withRootClassDescription: 

- (NSException*) _validateKey: (NSString*)key withRootClassDescription: (EOClassDescription*)classDescription;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

Software documentation for the NSObject(Comparison) informal protocol

NSObject(Comparison)

Declared in:
EOControl/EOKeyValueQualifier.m
Description forthcoming.
Method summary

compare: 

- (NSComparisonResult) compare: (id)other;
Description forthcoming.


Up