Class MapSingleUseObjectAdapter

    • Method Detail

      • getNotes

        public Map<String,​String> getNotes()
        Description copied from interface: SingleUseObjectValueModel
        Returns unmodifiable map of all notes.
        Returns:
        see description. Returns empty map if no note is set, never returns null.
      • getNote

        public String getNote​(String name)
        Description copied from interface: SingleUseObjectValueModel
        Returns value of the given note (or null when no note of this name is present)
        Returns:
        see description