Interface WritableDictionary

All Superinterfaces:
CoreDictionary, Dictionary
All Known Implementing Classes:
MemoryDictionary

public interface WritableDictionary
extends Dictionary
A dictionary that is not read-only. Provides methods to add entries to the dictionary.
  • Method Details

    • addVendor

      void addVendor​(Vendor vendor)
      Adds the given vendor to the dictionary.
      Parameters:
      vendor - vendor
      Throws:
      java.lang.IllegalArgumentException - empty vendor name, invalid vendor ID
    • addAttributeTemplate

      void addAttributeTemplate​(AttributeTemplate attributeTemplate)
      Adds an AttributeTemplate object to the dictionary.
      Parameters:
      attributeTemplate - AttributeTemplate object