Attribute. More...
#import <SimpleDBAttribute.h>
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 |
Attribute.
- (NSString* SimpleDBAttribute.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
theName | The name of the attribute. | |
theValue | The value of the attribute. |