![]() |
API 0.9.5
|
#import <CPCibConnector.h>
Instance Methods | |
(id) | - destination |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
(CPString) | - label |
(void) | - replaceObject:withObject: |
(void) | - replaceObjects: |
(void) | - setDestination: |
(void) | - setLabel: |
(void) | - setSource: |
(id) | - source |
Definition at line 2 of file CPCibConnector.h.
- (id) destination |
Synthesized accessor method.
Definition at line 109 of file CPCibConnector.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder |
Reimplemented in CPCibBindingConnector.
Definition at line 76 of file CPCibConnector.j.
- (id) initWithCoder: | (CPCoder) | aCoder |
Reimplemented in CPCibBindingConnector.
Definition at line 62 of file CPCibConnector.j.
- (CPString) label |
Synthesized accessor method.
Definition at line 125 of file CPCibConnector.j.
- (void) replaceObject: | (id) | anObject | |
withObject: | (id) | anotherObject | |
Definition at line 36 of file CPCibConnector.j.
- (void) replaceObjects: | (Object) | replacementObjects |
Definition at line 45 of file CPCibConnector.j.
- (void) setDestination: | (id) | aValue |
Synthesized accessor method.
Definition at line 117 of file CPCibConnector.j.
- (void) setLabel: | (CPString) | aValue |
Synthesized accessor method.
Definition at line 133 of file CPCibConnector.j.
- (void) setSource: | (id) | aValue |
Synthesized accessor method.
Definition at line 101 of file CPCibConnector.j.
- (id) source |
Synthesized accessor method.
Definition at line 93 of file CPCibConnector.j.