OTX-Runtime for C++
|
|
Represents OTX StructureElement DataType. More...
#include <StructureElement.h>
Public Member Functions | |
StructureElement (const std::string &name, std::shared_ptr< Object > value, const std::string &type) | |
Initializes a new instance of the StructureElement class. More... | |
std::string | GetName () const |
Gets element name. More... | |
std::string | GetType () const |
Gets element type. More... | |
std::shared_ptr< Object > | GetValue () |
Gets element value. More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::DataTypes::Object | |
virtual API_EXPORTS std::string | ToLiteralString () const |
Gets literal string. More... | |
Represents OTX StructureElement DataType.
OpenTestSystem::Otx::Runtime::Api::DataTypes::StructureElement::StructureElement | ( | const std::string & | name, |
std::shared_ptr< Object > | value, | ||
const std::string & | type | ||
) |
Initializes a new instance of the StructureElement class.
name | Element name. |
value | Element value. |
type | Element type. |
std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::StructureElement::GetName | ( | ) | const |
Gets element name.
std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::StructureElement::GetType | ( | ) | const |
Gets element type.
std::shared_ptr<Object> OpenTestSystem::Otx::Runtime::Api::DataTypes::StructureElement::GetValue | ( | ) |
Gets element value.