Interface IQuickFix

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.util.Map<java.lang.String,​java.lang.Object>getAttributes()
      Gets the attributes for the marker.
      java.lang.StringgetID()
      Gets the ID of the quick-fix.
    • Method Detail

      • getID

        java.lang.String getID()
        Gets the ID of the quick-fix.
      • getAttributes

        java.util.Map<java.lang.String,​java.lang.Object> getAttributes()
        Gets the attributes for the marker.