OTX Reference  
OpenTestSystem.Otx.Core.UniversalTypes.Path.PathItem Class Reference

Locations address, choice 1 of 2 elements: stepByIndex and stepByName More...

Public Attributes

NumericTerm stepByIndex
 Locations addressed by index More...
 
StringTerm stepByName
 Locations addressed by name More...
 

Detailed Description

Locations address, choice 1 of 2 elements: stepByIndex and stepByName

Member Data Documentation

◆ stepByIndex

NumericTerm OpenTestSystem.Otx.Core.UniversalTypes.Path.PathItem.stepByIndex

Locations addressed by index

This step of a path is used for locations addressed by index, e.g. items in a List or items in a Map with Integer keys. Float values will be truncated.

◆ stepByName

StringTerm OpenTestSystem.Otx.Core.UniversalTypes.Path.PathItem.stepByName

Locations addressed by name

This step of a path is used for locations addressed by name, e.g. items in a Map with String keys.