Interface AttachedNotes


public interface AttachedNotes
Represents the collection of all notes attached to a Model.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<AttachedNote> getNotes()
    Returns all notes attached to a model.
  • Method Details

    • getNotes

      java.util.List<AttachedNote> getNotes()
      Returns all notes attached to a model. Modifications to this collection will only be reflected if a Model write operation is performed, and then only if suitable NoteOperation values are provided.