Interface ICompletionProposalPriorityExtension

  • All Known Implementing Classes:
    TemplateProposal

    public interface ICompletionProposalPriorityExtension
    This interface helps proposal comparator to sort proposals correctly
    • Method Detail

      • getPriority

        int getPriority()
        Returns the priority of proposal
        Returns:
        The priority of proposal
      • setPriority

        void setPriority​(int priority)
        Sets priority to the given one
        Parameters:
        priority - The priority to set