Uses of Class
org.sonar.check.IsoCategory

Packages that use IsoCategory
org.sonar.api.checks.templates   
org.sonar.api.rules   
org.sonar.check   
 

Uses of IsoCategory in org.sonar.api.checks.templates
 

Fields in org.sonar.api.checks.templates declared as IsoCategory
protected  IsoCategory CheckTemplate.isoCategory
           
 

Methods in org.sonar.api.checks.templates that return IsoCategory
 IsoCategory CheckTemplate.getIsoCategory()
           
 

Methods in org.sonar.api.checks.templates with parameters of type IsoCategory
 void CheckTemplate.setIsoCategory(IsoCategory c)
           
 

Uses of IsoCategory in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return IsoCategory
 IsoCategory RulesCategory.toIsoCategory()
           
 

Uses of IsoCategory in org.sonar.check
 

Methods in org.sonar.check that return IsoCategory
static IsoCategory IsoCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IsoCategory[] IsoCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.