OTX-Runtime for C++
|
|
An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types. More...
#include <Interval.h>
Public Member Functions | |
std::string | GetLabel () const |
Gets the optional label of the interval. If the label is omitted, the label is an empty String. More... | |
IntervalSemantics | GetSemantic () const |
Gets the semantics of how values inside the interval are interpreted. If the type is omitted, the semantic is NONE. More... | |
std::string | GetSemanticAsString () const |
Gets the optional semantics of the interval as a string. If the semantics is omitted, the semantics is "NONE". More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::DataTypes::Object | |
virtual API_EXPORTS std::string | ToLiteralString () const |
Gets literal string. More... | |
An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types.
std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::Interval::GetLabel | ( | ) | const |
Gets the optional label of the interval. If the label is omitted, the label is an empty String.
IntervalSemantics OpenTestSystem::Otx::Runtime::Api::DataTypes::Interval::GetSemantic | ( | ) | const |
Gets the semantics of how values inside the interval are interpreted. If the type is omitted, the semantic is NONE.
std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::Interval::GetSemanticAsString | ( | ) | const |
Gets the optional semantics of the interval as a string. If the semantics is omitted, the semantics is "NONE".