Represents OTX ScreenInOutParameter.
More...
#include <IScreenInOutParameter.h>
Represents OTX ScreenInOutParameter.
◆ GetValue()
virtual std::shared_ptr<Object> OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenInOutParameter::GetValue |
( |
| ) |
|
|
pure virtual |
Gets value.
- Returns
- Value.
◆ IsEnvironmentValueActive()
virtual bool OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenInOutParameter::IsEnvironmentValueActive |
( |
| ) |
|
|
pure virtual |
The environment value setting was set for the parameter.
- Returns
- Returns true if the environment value setting was set for the related parameter. Using the environment value setting, unmapped InOut or Out parameters as well as context variables can be set to a fixed value. This means that a non-existent environment can be simulated.
◆ SetValue() [1/2]
virtual void OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenInOutParameter::SetValue |
( |
std::shared_ptr< Object > |
value | ) |
|
|
pure virtual |
◆ SetValue() [2/2]
virtual bool OpenTestSystem::Otx::Runtime::Api::Custom::CustomScreenImplementation::IScreenInOutParameter::SetValue |
( |
std::string |
literalValue | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: