Documentation

ETIndexValuePair class documentation

ETIndexValuePair : NSObject <ETViewpoint>

An index/value association.

AuthorsQuentin Mathe
Declared inETIndexValuePair.h

Overview

ETIndexValuePair doesn't support subclassing.

Note: this class is deprecated and will be removed in a next release.


Initialization

- (id) initWithIndex: (NSUInteger)index value: (id)aValue representedObject: (id <ETCollection>)object
Description forthcoming.

    Type Querying

    - (BOOL) isIndexValuePair
    Description forthcoming.

      Observing Changes From Other Objects

      - (NSSet *) observableKeyPaths
      Description forthcoming.

        Accessing the Represented Element

        - (id) value
        Description forthcoming.
          - (void) setValue: (id)objectValue
          Description forthcoming.