DictionaryEntry
Summary
A key with an associated value.
Description
The class used for implementing a generic string mapping (also known as associative array, dictionary, or hash map) in SPDX.
Each DictionaryEntry contains a key-value pair which maps the key to its associated value.
To implement a dictionary, this class is to be used in a collection with unique keys.
Metadata
https://spdx.org/rdf/3.1/terms/Core/DictionaryEntry
| Name | DictionaryEntry |
| Instantiability | Concrete |
Class hierarchy
Properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| key | xsd:string | 1 | 1 |
| value | xsd:string | 0 | 1 |
All properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| key | xsd:string | 1 | 1 |
| value | xsd:string | 0 | 1 |