![]() |
OTX Reference
|
|
Gets the first index 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... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the first index of a given value in the List.
The ListIndexOf activity is an IntegerTerm that returns the first index of a given value in the List. In case the value is not contained inside the list, -1 will be returned. ListIndexOf behavior should be based on the util:Compare functionality.
| ListTerm OpenTestSystem.Otx.Extensions.Util.Terms.ListIndexOf.list |
Cardinality [1]
The List which shall be checked for the value.
| Term OpenTestSystem.Otx.Extensions.Util.Terms.ListIndexOf.value |
Cardinality [1]
The value whose index in the List shall be determined.