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 *)getTypeReturn Value
Type of Return.
Discussion
Get Type of Return.
Declared In
SIHAdapterDescriptor.h
– setType:
Set Type of Return.
- (void)setType:(NSString *)typeParameters
type |
Type of Return. |
|---|
Discussion
Set Type of Return.
Declared In
SIHAdapterDescriptor.h
– getDescription
Get Description about Return.
- (NSString *)getDescriptionReturn Value
Description about Return.
Discussion
Get Description about Return.
Declared In
SIHAdapterDescriptor.h
– setDescription:
Set Description about Return.
- (void)setDescription:(NSString *)descriptionParameters
description |
Description about Return. |
|---|
Discussion
Set Description about Return.
Declared In
SIHAdapterDescriptor.h