![]() |
OTX-Runtime for Java
|
|
A RangedObject is an otx:ComplexType and represents the abstract base data type for all ranged data types. More...
Public Member Functions | |
abstract boolean | IsInRange () |
Checks if the value is in range. More... | |
boolean | IsValueWritten () |
A value is considered written if one of the set value actions is called. More... | |
A RangedObject is an otx:ComplexType and represents the abstract base data type for all ranged data types.
|
abstract |
Checks if the value is in range.
Reimplemented in OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedString, OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedQuantity, OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedInteger, and OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedFloat.
|
inline |
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.