COItem documentation
COMutableItem : COItemA mutable "semi-serialized" representation of an inner object.
| Authors | Generated by qmathe |
|---|---|
| Declared in | COItem.h |
Initialization
- - (id) initWithUUID: (ETUUID *)aUUID
- Description forthcoming.
- + (COMutableItem *) itemWithTypesForAttributes: (NSDictionary *)typesForAttributes valuesForAttributes: (NSDictionary *)valuesForAttributes
- Description forthcoming.
- + (COMutableItem *) item
Returns a new item with new UUID.
- + (COMutableItem *) itemWithUUID: (ETUUID *)aUUID
- Description forthcoming.
Accessing Attributes
- - (void) setUUID: (ETUUID *)aUUID
- Description forthcoming.
- - (void) setValue: (id)aValue forAttribute: (NSString *)anAttribute type: (COType)aType
- Description forthcoming.
- - (void) removeValueForAttribute: (NSString *)anAttribute
- Description forthcoming.
Convenience
- - (void) setValue: (id)aValue forAttribute: (NSString *)anAttribute
- Description forthcoming.