Documentation

COItem documentation

COMutableItem : COItem

A mutable "semi-serialized" representation of an inner object.

AuthorsGenerated by qmathe
Declared inCOItem.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.