Public Member Functions | Properties

SimpleDBAttribute Class Reference

Attribute. More...

#import <SimpleDBAttribute.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new Attribute object.
(id) - initWithName:andValue:
 Constructs a new Attribute object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * name
 The name of the attribute.
NSString * alternateNameEncoding
NSString * value
 The value of the attribute.
NSString * alternateValueEncoding

Detailed Description

Attribute.


Member Function Documentation

- (NSString* SimpleDBAttribute.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SimpleDBAttribute.)init  

Default constructor for a new Attribute object.

Callers should use the property methods to initialize this object after creating it.

- (id SimpleDBAttribute.)initWithName: (NSString *)  theName
andValue: (NSString *)  theValue 

Constructs a new Attribute object.

Callers should use properties to initialize any additional object members.

Parameters:
theName The name of the attribute.
theValue The value of the attribute.

The documentation for this class was generated from the following file: