![]() |
OTX Reference
|
|
Variable Access. More...
Classes | |
class | TestResultContainerVariable |
The variable access type represent for TestResultContainer More... | |
class | TestResultHandlingLevelVariable |
The variable access type represent for TestResultHandlingLevel More... | |
class | TestResultSessionVariable |
The variable access type represent for TestResultSession More... | |
class | TestResultSeverityVariable |
The variable access type represent for TestResultSeverity More... | |
class | TestResultStateVariable |
The variable access type represent for TestResultState More... | |
Variable Access.
The variable
types represent the counterpart of the dereferencing terms (e.g. IntegerValue) which are used to read the actual value stored in a declaration
. By contrast, variable
types are used by OTX nodes and actions when the variable container itself is of primary interest, not the value stored in it. This is the case e.g. in an Assignment action: The calculated value given by the term
will be assigned to the variable
identified by result
.