Up

GSWeb: Class GSWKeyValueAssociation

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/08/04 18:00:10

Copyright: (C) 1999-2002 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWKeyValueAssociation class
  2. Software documentation for the GSWKeyValueAssociation(GSWAssociationB) category

Software documentation for the GSWKeyValueAssociation class

GSWKeyValueAssociation : GSWAssociation

Declared in:
Foundation/GSWKeyValueAssociation.h
Standards:

Description forthcoming.


Instance Variables

Method summary

copyWithZone: 

- (id) copyWithZone: (NSZone*)zone;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


initWithKeyPath: 

- (id) initWithKeyPath: (NSString*)aKeyPath;

Description forthcoming.


isValueConstant 

- (BOOL) isValueConstant;

Description forthcoming.


isValueSettable 

- (BOOL) isValueSettable;

Description forthcoming.


setValue: inObject: 

- (void) setValue: (id)aValue inObject: (id)object;

Description forthcoming.


valueInObject: 

- (id) valueInObject: (id)object;

Description forthcoming.




Instance Variables for GSWKeyValueAssociation Class

_keyPath

@protected NSString* _keyPath;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWKeyValueAssociation(GSWAssociationB) category

GSWKeyValueAssociation(GSWAssociationB)

Declared in:
Foundation/GSWKeyValueAssociation.h
Standards:

Description forthcoming.

Method summary

debugDescription 

- (NSString*) debugDescription;

Description forthcoming.


keyPath 

- (NSString*) keyPath;

Description forthcoming.



Up