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

Represents OTX ScreenInParameter. More...

#include <IScreenInParameter.h>

Inheritance diagram for OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenInParameter:
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 ScreenInParameter.

Member Function Documentation

◆ GetValue()

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

Gets value.

Returns
Value.

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