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

Represents OTX Boolean DataType. More...

#include <PrimitiveDataType.h>

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

Public Member Functions

 Boolean (bool value)
 Initializes a new instance of the Boolean class. More...
 
bool GetPrimitive ()
 Gets primitive value. More...
 
std::string ToLiteralString () const
 Gets literal string. More...
 

Detailed Description

Represents OTX Boolean DataType.

Constructor & Destructor Documentation

◆ Boolean()

OpenTestSystem::Otx::Runtime::Api::DataTypes::Boolean::Boolean ( bool  value)

Initializes a new instance of the Boolean class.

Parameters
valuePrimitive value

Member Function Documentation

◆ GetPrimitive()

bool OpenTestSystem::Otx::Runtime::Api::DataTypes::Boolean::GetPrimitive ( )

Gets primitive value.

Returns
Primitive value.

◆ ToLiteralString()

std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::Boolean::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: