Up

GSWeb: Class GSWBindingNameAssociation

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2003/03/21 14:32:54

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

Software documentation for the GSWBindingNameAssociation class

GSWBindingNameAssociation : GSWAssociation

Declared in:
Foundation/GSWBindingNameAssociation.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.


isImplementedForComponent: 

- (BOOL) isImplementedForComponent: (GSWComponent*)object;

Description forthcoming.


isValueConstant 

- (BOOL) isValueConstant;

Description forthcoming.


isValueSettable 

- (BOOL) isValueSettable;

Description forthcoming.


setValue: inObject: 

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

Description forthcoming.


valueInObject: 

- (id) valueInObject: (id)object;

Description forthcoming.




Instance Variables for GSWBindingNameAssociation Class

_isNonMandatory

@protected BOOL _isNonMandatory;

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.


_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.


_parentBindingName

@protected NSString* _parentBindingName;

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.






Up