Documentation

ETViewpointAdditions

ETPropertyViewpoint <ETViewpoint>

A viewpoint protocol to represent an object property.

AuthorsGenerated by qmathe
Declared inETViewpoint.h

Overview

A property viewpoint is an adaptor that represents an object property and handles reading and writing the property value through -value and -setValue.


Default

+ (id) viewpointWithName: (NSString *)key representedObject: (id)object

Returns a new autoreleased property viewpoint that represents the property identified by the given name in object.

    - (NSString *) name

    Returns the name used to declare the property in the represented object.