OTX Reference  
OpenTestSystem.Otx.Extensions.Range.DataTypes Namespace Reference

Data types, see also Core data types. More...

Classes

class  FloatInterval
 A FloatInterval is a NumericInterval and represents an interval with a lower and an upper limit. More...
 
class  IntegerInterval
 An IntegerInterval is a NumericInterval and represents an interval with a lower and an upper limit. An interval can have an interval semantic and a label to categorize the interval. More...
 
class  Interval
 An Interval is an otx:ComplexType and represents the abstract base data type for all interval data types. More...
 
class  IntervalSemantic
 IntervalSemantic is an otx:SimpleType describing the semantic of a range. The allowed values are specified in the IntervalSemantics enumeration. More...
 
class  NumericInterval
 A NumericInterval is an Interval and represents the abstract base data type for all numeric interval data types. More...
 
class  QuantityInterval
 A QuantityInterval is a NumericInterval and represents an interval with a lower and an upper limit. An interval can have an interval semantic and a label to categorize the interval. More...
 
class  RangedFloat
 A RangedFloat is a RangedObject and represents a Float value which can have one or more intervals. More...
 
class  RangedInteger
 A RangedInteger is a RangedObject and represents an Integer value that can have one or more intervals. More...
 
class  RangedObject
 A RangedObject is an otx:ComplexType and represents the abstract base data type for all ranged data types. More...
 
class  RangedQuantity
 A RangedQuantity is a RangedObject and represents a Quantity value which can have one or more intervals. More...
 
class  RangedString
 A RangedString is a RangedObject and represents a String value which can have one or more intervals. More...
 
class  StringInterval
 A StringInterval is an Interval and represents a set of strings described by a regular expression. More...
 

Enumerations

enum  IntervalSemantics {
  IntervalSemantics.NONE, IntervalSemantics.SUCCESS, IntervalSemantics.INFO, IntervalSemantics.WARNING,
  IntervalSemantics.ERROR
}
 An IntervalSemantics describes the meaning of a value inside an interval. More...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ IntervalSemantics

An IntervalSemantics describes the meaning of a value inside an interval.

Enumerator
NONE 

Values inside the interval have no semantics (Default).

SUCCESS 

The interval describes the successful case.

INFO 

Values inside the interval deserve consideration.

WARNING 

Values inside the interval indicate that there might be a problem.

ERROR 

Values inside the interval indicate that there is a problem.