OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.DataTypes.Interval Class Referenceabstract

An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.DataTypes.Interval:
Inheritance graph

Public Member Functions

String GetLabel ()
 Gets the optional label of the interval. More...
 
IntervalSemantics GetSemantic ()
 Gets the semantics of how values inside the interval are interpreted. More...
 
String GetSemanticAsString ()
 Gets the optional semantics of the interval as a string. More...
 

Detailed Description

An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types.

Member Function Documentation

◆ GetLabel()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.Interval.GetLabel ( )
inline

Gets the optional label of the interval.

If the label is omitted, the label is an empty String.

Returns
Label

◆ GetSemantic()

IntervalSemantics OpenTestSystem.Otx.Runtime.Api.DataTypes.Interval.GetSemantic ( )
inline

Gets the semantics of how values inside the interval are interpreted.

If the type is omitted, the semantic is NONE.

Returns
IntervalSemantics

◆ GetSemanticAsString()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.Interval.GetSemanticAsString ( )
inline

Gets the optional semantics of the interval as a string.

If the semantics is omitted, the semantics is "NONE".

Returns
Semantic string.

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