Interface IWithNotes

  • All Known Implementing Classes:
    MidFileData, StartGroupData, Unit

    public interface IWithNotes
    Provides the methods to add and retrieve notes for an object.
    • Method Detail

      • addNote

        void addNote​(Note note)
        Adds a note to the list of notes.
        Parameters:
        note - the note to add.
      • getNotes

        Notes getNotes()
        Gets the Notes object for this object.
        Returns:
        the notes for this object. Never returns null.
      • getNoteCount

        int getNoteCount()
        Gets the number of notes for this object.
        Returns:
        the number of notes available.