ETIndexValuePair class documentation

Authors

Quentin Mathe (quentin.mathe@gmail.com)

Copyright: (C) 2013 Quentin Mathe


Contents -

  1. Software documentation for the ETIndexValuePair class
  2. Software documentation for the NSObject(ETIndexValuePair) informal protocol

Software documentation for the ETIndexValuePair class

ETIndexValuePair : NSObject

Declared in:
ETIndexValuePair.h
Conforms to:
ETViewpoint

@group Viewpoints @abstract An index/value association.

ETIndexValuePair doesn't support subclassing.

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

Method summary

initWithIndex: value: representedObject: 

- (id) initWithIndex: (NSUInteger)index value: (id)aValue representedObject: (id<ETCollection>)object;

@taskunit Initialization


isIndexValuePair 

- (BOOL) isIndexValuePair;

@taskunit Type Querying


observableKeyPaths 

- (NSSet*) observableKeyPaths;

@taskunit Observing Changes From Other Objects


setValue: 

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

value 

- (id) value;

@taskunit Accessing the Represented Element


Software documentation for the NSObject(ETIndexValuePair) informal protocol

NSObject(ETIndexValuePair)

Declared in:
ETIndexValuePair.h

@group Viewpoints @abstract ETIndexValuePair-related extensions to NSObject.

Method summary

isIndexValuePair 

- (BOOL) isIndexValuePair;

Returns whether the receiver is an index-value pair. By default, returns NO. See also -[ETIndexValuePair isIndexValuePair].