Documentation

ETIndexValuePair class documentation

ETIndexValuePair : NSObject <ETViewpoint>

An index/value association.

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

        Controlling the Represented Element

        - (id) representedObject
        Description forthcoming.
          - (void) setRepresentedObject: (id)representedObject
          Description forthcoming.
            - (NSUInteger) index
            Description forthcoming.
              - (void) setIndex: (NSUInteger)index
              Description forthcoming.

                Accessing the Represented Element

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