SIHReturn Class Reference

Inherits from NSObject
Conforms to SICIDescriptor
Declared in SIHAdapterDescriptor.h
SIHAdapterDescriptor.m

Overview

Exposes methods to GET and SET Return information as per define in HybridDescriptor.xml file or in standalone adapter xml file in application.

– getType

Get Type of Return.

- (NSString *)getType

Return Value

Type of Return.

Discussion

Get Type of Return.

Declared In

SIHAdapterDescriptor.h

– setType:

Set Type of Return.

- (void)setType:(NSString *)type

Parameters

type

Type of Return.

Discussion

Set Type of Return.

Declared In

SIHAdapterDescriptor.h

– getDescription

Get Description about Return.

- (NSString *)getDescription

Return Value

Description about Return.

Discussion

Get Description about Return.

Declared In

SIHAdapterDescriptor.h

– setDescription:

Set Description about Return.

- (void)setDescription:(NSString *)description

Parameters

description

Description about Return.

Discussion

Set Description about Return.

Declared In

SIHAdapterDescriptor.h