OTX-Runtime for C++  
OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer Class Reference

Represents OTX Integer DataType. More...

#include <PrimitiveDataType.h>

Inheritance diagram for OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer:
Inheritance graph

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...
 

Detailed Description

Represents OTX Integer DataType.

Constructor & Destructor Documentation

◆ Integer()

OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer::Integer ( long long  value)

Initializes a new instance of the Integer class.

Parameters
valuePrimitive value

Member Function Documentation

◆ GetPrimitive()

long long OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer::GetPrimitive ( )

Gets primitive value.

Returns
Primitive value.

◆ ToLiteralString()

std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::Integer::ToLiteralString ( ) const
virtual

Gets literal string.

Returns
Literal string.

Reimplemented from OpenTestSystem::Otx::Runtime::Api::DataTypes::Object.


The documentation for this class was generated from the following file: