OTX Reference
|
|
Public Attributes | |
MapItems | items |
Wrapper element for the literal Map items More... | |
CountableType | keyType |
The data type for the keys of all key/value pairs in the map More... | |
DataType | valueType |
The data type for all values of the key/value pairs in the map 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 Map
It shall return a new Map created out of the given literal Map items.
A MapLiteral term contains a list of <item> elements which shall represent a literal notation of each key/value pair of the map.It is possible to describe nested item literal structures like e.g.a map of lists of integers etc.
MapItems OpenTestSystem.Otx.Core.Terms.MapLiteral.items |
Wrapper element for the literal Map items
CountableType OpenTestSystem.Otx.Core.Terms.MapLiteral.keyType |
The data type for the keys of all key/value pairs in the map
Defines the data type for the keys of all key/value pairs in the map. The key type must be a simple, countable type.All keys in the <items> element have to be of the type stated here.
DataType OpenTestSystem.Otx.Core.Terms.MapLiteral.valueType |
The data type for all values of the key/value pairs in the map
Defines the data type for all values of the key/value pairs in the map, flat or recursive (map of strings, map of list of floats, map of maps of integers …). For this definition, the DataType complex type itself is reused recursively. All values in the <items> element have to be of the type stated here.