![]() |
OTX-Runtime for C++
|
|
Represents OTX ScreenOutParameter. More...
#include <IScreenOutParameter.h>
Public Member Functions | |
virtual std::shared_ptr< OpenTestSystem::Otx::Runtime::Api::DataTypes::Object > | GetValue ()=0 |
Gets value. More... | |
virtual bool | IsEnvironmentValueActive ()=0 |
The environment value setting was set for the parameter. More... | |
virtual void | SetValue (std::shared_ptr< Object >)=0 |
Sets value. More... | |
virtual bool | SetValue (std::string literalValue)=0 |
Sets value. More... | |
![]() | |
virtual std::string | GetDataType ()=0 |
Gets the data type of the parameter as a string. More... | |
virtual std::shared_ptr< Object > | GetInitValue ()=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... | |
Represents OTX ScreenOutParameter.
|
pure virtual |
Gets value.
|
pure virtual |
The environment value setting was set for the parameter.
|
pure virtual |
Sets value.
value | New value. |
|
pure virtual |
Sets value.
literalValue | A new value. |