OTX Reference
|
|
Create a Map More...
Public Attributes | |
MapItems | items |
Describes one or more items for the Map operation. More... | |
CountableType | keyType |
Data type for the keys of all items of a map More... | |
DataType | valueType |
Data type for the values of all items of a 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... | |
Create a Map
MapCreate
is a term to create a new Map
at runtime. It is generated by passing a set of key / value pairs.
Core.Exceptions.OutOfBoundsException | It is thrown if two or more items in the literal have the same key. |
MapItems OpenTestSystem.Otx.Core.Terms.MapCreate.items |
Describes one or more items for the Map operation.
CountableType OpenTestSystem.Otx.Core.Terms.MapCreate.keyType |
Data type for the keys of all items of a map
DataType OpenTestSystem.Otx.Core.Terms.MapCreate.valueType |
Data type for the values of all items of a map