Interface SingleUseObjectValueModel

    • Method Detail

      • getNotes

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

        String getNote​(String name)
        Returns value of the given note (or null when no note of this name is present)
        Returns:
        see description