A RangedString is a RangedObject and represents a String value which can have one or more intervals.
More...
A RangedString is a RangedObject and represents a String value which can have one or more intervals.
◆ RangedString()
OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedString.RangedString |
( |
String |
value, |
|
|
List< StringInterval > |
interval, |
|
|
boolean |
isValueWritten |
|
) |
| |
|
inline |
Initializes a new instance of the RangedString class.
- Parameters
-
value | The value |
interval | The List of StringInterval |
isValueWritten | A value is considered written if one of the set value actions is called. Overwriting with the same value as the current value counts as written. The initialization of the ranged object with a value does not count as written. |
◆ GetInterval()
List<StringInterval> OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedString.GetInterval |
( |
| ) |
|
|
inline |
◆ GetValue()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedString.GetValue |
( |
| ) |
|
|
inline |
◆ IsInRange()
boolean OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedString.IsInRange |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: