![]() |
OTX-Runtime for Java
|
|
Represents OTX ExternalOutParameter. More...
Public Member Functions | |
Object | GetValue () |
Gets value. | |
void | SetValue (Object value) |
Sets value. More... | |
![]() | |
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... | |
Represents OTX ExternalOutParameter.
void OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IExternalOutParameter.SetValue | ( | Object | value | ) |
Sets value.
value | New value. |