#import <BLIPProperties.h>
Inherits BLIPProperties.
Mutable subclass that stores its properties in an NSMutableDictionary.
Public Member Functions | |
| (id) | - initWithDictionary: |
| Initializes a new instance, adding all the key/value pairs from the given NSDictionary. | |
| (void) | - setValue:ofProperty: |
| Sets the value of a property. | |
| (void) | - setAllProperties: |
| Sets the receiver's key/value pairs from the given NSDictionary. | |
| - (id) initWithDictionary: | (NSDictionary*) | dict |
Initializes a new instance, adding all the key/value pairs from the given NSDictionary.
| - (void) setValue: | (NSString*) | value | ||
| ofProperty: | (NSString*) | prop | ||
Sets the value of a property.
A nil value is allowed, and removes the property.
| - (void) setAllProperties: | (NSDictionary*) | properties |
Sets the receiver's key/value pairs from the given NSDictionary.
All previously existing properties are removed first.
1.5.4