OTX Reference  
OpenTestSystem.Otx.Core.Terms.ListLiteral Class Reference

Literal of type List More...

Inheritance diagram for OpenTestSystem.Otx.Core.Terms.ListLiteral:
Inheritance graph

Public Attributes

ListItems items
 Wrapper element for the literal List items More...
 
DataType itemType
 Data type of the elements of a list or a map More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Literal of type List

It shall return a new List created out of the literal list items.

By using the ListLiteral term, a list of <item> elements can be described which shall represent a literal notation of each list item.It is possible to describe nested item literal structures like e.g.a map of lists of integers etc. All literal items in a list shall be of the same datatype.

Checker rules
CheckerRule.Core_Chk036ListLiteral and ListCreate item types follow item type definition
CheckerRule.Core_Chk037ListLiteral items are literal terms

Member Data Documentation

◆ items

ListItems OpenTestSystem.Otx.Core.Terms.ListLiteral.items

Wrapper element for the literal List items

◆ itemType

DataType OpenTestSystem.Otx.Core.Terms.ListLiteral.itemType

Data type of the elements of a list or a map