![]() |
OTX Reference
|
|
ListIndexOfAny is an otx:ListTerm that returns a List of indexes of a given value in the List. More...
Public Attributes | |
ListTerm | list |
Cardinality [1] The List which shall be checked for the value. More... | |
Term | value |
Cardinality [1] The value whose index in the List shall be determined. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
ListIndexOfAny is an otx:ListTerm that returns a List of indexes of a given value in the List.
The ListIndexOfAny activity returns a List of indexes of a given value in the List. In case the value is not contained inside the list, an empty list will be returned.
ListTerm OpenTestSystem.Otx.Extensions.Util.Terms.ListIndexOfAny.list |
Cardinality [1]
The List which shall be checked for the value.
Term OpenTestSystem.Otx.Extensions.Util.Terms.ListIndexOfAny.value |
Cardinality [1]
The value whose index in the List shall be determined.