![]() |
OTX-Runtime for Java
|
|
Represents OTX ExternalEventResult. More...
Public Member Functions | |
String | GetDataType () |
Gets DataType. 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 ExternalEventResult.
String OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IEventParameter.GetDataType | ( | ) |
Gets DataType.
Object OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IEventParameter.GetInitValue | ( | ) |
Gets initial value.
int OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IEventParameter.GetMappingIndex | ( | ) |
Gets mapping index.
If a mapping is related to a list element, the function will return the relate index.
If no mapping a list element, this function will return -1.
String OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IEventParameter.GetMappingName | ( | ) |
Gets mapping name.
If a valid mapping exists for this Parameter, this function will return the related mapping name. The value can be used to make the application independent from different OTX projects which should be use the same system resource.
If no valid mapping exists, this function will return NULL. If there are more than one mapping name related to this Parameter, they will be concatenated with ", ". If a mapping is related to a list element, the mapping name contains the index of the list element in format "MyMappingList[0]".
The mapping name is the full qualified name of the element inside the external application which is mapped to this Parameter. It contains all namespace elements separated by dots (".").
String OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IEventParameter.GetName | ( | ) |
Gets name.
String OpenTestSystem.Otx.Runtime.Api.Custom.ExternalServiceProviderImplementation.IEventParameter.GetSpecification | ( | ) |
Gets specification.