Class FxCopRule


  • public class FxCopRule
    extends Object
    Internal model for a FxCop rule.
    Author:
    Erik Ramfelt
    • Constructor Detail

    • Method Detail

      • getName

        @CheckForNull
        public String getName()
      • setName

        public void setName​(String name)
      • getUrl

        @CheckForNull
        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getDescription

        @CheckForNull
        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getTypeName

        public String getTypeName()
      • getCategory

        public String getCategory()
      • getCheckId

        public String getCheckId()