OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IExternalOutParameter Interface Reference

Represents OTX ExternalOutParameter. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IExternalOutParameter:
Inheritance graph

Public Member Functions

Object GetValue ()
 Gets value.
 
void SetValue (Object value)
 Sets value. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IExternalParameter
String GetDataType ()
 Gets the data type of the parameter as a string. More...
 
Object GetInitValue ()
 Gets initial value. More...
 
int GetMappingIndex ()
 Gets mapping index. More...
 
String GetMappingName ()
 Gets mapping name. More...
 
String GetName ()
 Gets name. More...
 
String GetSpecification ()
 Gets specification. More...
 

Detailed Description

Represents OTX ExternalOutParameter.

Member Function Documentation

◆ SetValue()

void OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IExternalOutParameter.SetValue ( Object  value)

Sets value.

Parameters
valueNew value.

The documentation for this interface was generated from the following file: