1 #ifndef OpenTestSystem_Otx_Runtime_Api_DataTypes_SimpleTypes_H
2 #define OpenTestSystem_Otx_Runtime_Api_DataTypes_SimpleTypes_H
4 namespace OpenTestSystem {
namespace Otx {
namespace Runtime {
namespace Api {
17 const long long _value;
71 const std::string _value;
Represents OTX Boolean DataType.
Definition: PrimitiveDataType.h:96
bool GetPrimitive()
Gets primitive value.
Boolean(bool value)
Initializes a new instance of the Boolean class.
std::string ToLiteralString() const
Gets literal string.
Represents OTX Float DataType.
Definition: PrimitiveDataType.h:42
Float(double value)
Initializes a new instance of the Float class.
std::string ToLiteralString() const
Gets literal string.
double GetPrimitive()
Gets primitive value.
Represents OTX Integer DataType.
Definition: PrimitiveDataType.h:15
Integer(long long value)
Initializes a new instance of the Integer class.
std::string ToLiteralString() const
Gets literal string.
long long GetPrimitive()
Gets primitive value.
Represents base of OTX DataTypes.
Definition: Object.h:17
Represents OTX String DataType.
Definition: PrimitiveDataType.h:69
std::string ToLiteralString() const
Gets literal string.
String(std::string value)
Initializes a new instance of the String class.
std::string GetPrimitive()
Gets primitive value.
Namespace containing all objects related to testing inside automotive industry