![]() |
OTX-Runtime for C++
|
|
Represents OTX ScreenInParameter. More...
#include <IScreenInParameter.h>
Public Member Functions | |
virtual std::shared_ptr< Object > | GetValue ()=0 |
Gets 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 ScreenInParameter.
|
pure virtual |
Gets value.