Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 2004 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWDeclaration.h
- Conforms to:
- NSCopying
Availability: OpenStep
Description forthcoming.
GSWDeclaration declares 3 Instance Variables
- (
NSDictionary*)
associations;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)name
type: (
NSString*)type
associations: (
NSDictionary*)associations;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
name;
Availability: OpenStep
Description forthcoming.
- (void)
setAssociations: (
NSDictionary*)associations;
Availability: OpenStep
Description forthcoming.
- (void)
setName: (
NSString*)name;
Availability: OpenStep
Description forthcoming.
- (void)
setType: (
NSString*)type;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
type;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWDeclaration Class
@protected NSMutableDictionary*
_associations;
Availability: OpenStep
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.
@protected NSString*
_name;
Availability: OpenStep
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.
@protected NSString*
_type;
Availability: OpenStep
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