OTX-Runtime for C++  
OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenTermParameter Class Referenceabstract

Represents OTX ScreenTermParameter. More...

#include <IScreenTermParameter.h>

Inheritance diagram for OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenTermParameter:
Inheritance graph

Public Member Functions

virtual std::shared_ptr< ObjectGetValue ()=0
 Gets value. More...
 
- Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenParameter
virtual std::string GetDataType ()=0
 Gets the data type of the parameter as a string. More...
 
virtual std::shared_ptr< ObjectGetInitValue ()=0
 Gets initial value. More...
 
virtual int GetMappingIndex ()=0
 Gets mapping index. More...
 
virtual std::string GetMappingName ()=0
 Gets mapping name. More...
 
virtual std::string GetName ()=0
 Gets name. More...
 
virtual std::string GetSpecification ()=0
 Gets specification. More...
 

Detailed Description

Represents OTX ScreenTermParameter.

Member Function Documentation

◆ GetValue()

virtual std::shared_ptr<Object> OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenTermParameter::GetValue ( )
pure virtual

Gets value.

Returns
Value.

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