Up

GSWeb: Class GSWDeclaration

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.1

Date: 2004/03/25 08:25:48

Copyright: (C) 2004 Free Software Foundation, Inc.

Software documentation for the GSWDeclaration class

GSWDeclaration : NSObject

Declared in:
Foundation/GSWDeclaration.h
Conforms to:
NSCopying
Standards:

Description forthcoming.


Instance Variables

Method summary

associations 

- (NSDictionary*) associations;

Description forthcoming.


initWithName: type: associations: 

- (id) initWithName: (NSString*)name type: (NSString*)type associations: (NSDictionary*)associations;

Description forthcoming.


name 

- (NSString*) name;

Description forthcoming.


setAssociations: 

- (void) setAssociations: (NSDictionary*)associations;

Description forthcoming.


setName: 

- (void) setName: (NSString*)name;

Description forthcoming.


setType: 

- (void) setType: (NSString*)type;

Description forthcoming.


type 

- (NSString*) type;

Description forthcoming.




Instance Variables for GSWDeclaration Class

_associations

@protected NSMutableDictionary* _associations;

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.


_name

@protected NSString* _name;

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.


_type

@protected NSString* _type;

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