OTX-Runtime for C++
|
|
Represents OTX Integer DataType. More...
#include <PrimitiveDataType.h>
Public Member Functions | |
Integer (long long value) | |
Initializes a new instance of the Integer class. More... | |
long long | GetPrimitive () |
Gets primitive value. More... | |
std::string | ToLiteralString () const |
Gets literal string. More... | |
Represents OTX Integer DataType.
OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer::Integer | ( | long long | value | ) |
Initializes a new instance of the Integer class.
value | Primitive value |
long long OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer::GetPrimitive | ( | ) |
Gets primitive value.
|
virtual |
Gets literal string.
Reimplemented from OpenTestSystem::Otx::Runtime::Api::DataTypes::Object.