Class Command.Note

    • Constructor Detail

      • Note

        public Note​(Command.Note.Type type,
                    String value)
        Creates a note.
        Parameters:
        type - The note type.
        value - The actual note value.
    • Method Detail

      • getType

        public final Command.Note.Type getType()
        Gets the note type.
        Returns:
        The type.
      • getValue

        public final String getValue()
        Gets the note value.
        Returns:
        The note value.