OTX Reference
|
|
Public Attributes | |
ListItems | items |
Cardinality [0..1] Wrapper element for the literal List items. More... | |
DataType | itemType |
Cardinality [1] Data type of the items of a list. 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... | |
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.
ListItems OpenTestSystem.Otx.Core.Terms.ListLiteral.items |
Cardinality [0..1]
Wrapper element for the literal List items.
DataType OpenTestSystem.Otx.Core.Terms.ListLiteral.itemType |
Cardinality [1]
Data type of the items of a list.