Uses of Class
org.sonar.check.IsoCategory

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

Uses of IsoCategory in org.sonar.api.rules
 

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

Methods in org.sonar.api.rules with parameters of type IsoCategory
static RulesCategory RulesCategory.fromIsoCategory(IsoCategory iso)
          Deprecated.  
 

Uses of IsoCategory in org.sonar.check
 

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



Copyright © 2009-2012 SonarSource. All Rights Reserved.