Class FxCopRule
- java.lang.Object
-
- edu.hm.hafner.analysis.parser.fxcop.FxCopRule
-
public class FxCopRule extends Object
Internal model for a FxCop rule.- Author:
- Erik Ramfelt
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()StringgetCheckId()StringgetDescription()StringgetName()StringgetTypeName()StringgetUrl()voidsetDescription(String description)voidsetName(String name)voidsetUrl(String url)
-
-
-
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()
-
-