FMIceLinkIElement Protocol Reference

Declared in FMIceLinkIElement.h

Overview

An element.

– id required method

Gets the identifier.
- (NSString *)id

Discussion

Gets the identifier.

Declared In

FMIceLinkIElement.h

– pipelineJson required method

Gets the pipeline JSON with this as the central point.
- (NSString *)pipelineJson

Discussion

Gets the pipeline JSON with this as the central point.

Declared In

FMIceLinkIElement.h

– setId: required method

Sets the identifier.
- (void)setId:(NSString *)value

Discussion

Sets the identifier.

Declared In

FMIceLinkIElement.h