Inherits from NSObject
Declared in CMISStringInOutParameter.h

Overview

Simple wrapper class for parameters that are needed as input for a certain operation, but which can also change as a result of executing that operation.

Used for example for operations with multiple return results.

Properties

inParameter

@property (nonatomic, strong) NSString *inParameter

outParameter

@property (nonatomic, strong) NSString *outParameter

Class Methods

inOutParameterUsingInParameter:

+ (CMISStringInOutParameter *)inOutParameterUsingInParameter:(NSString *)inParameter