Uses of Class
org.sonar.check.Cardinality

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

Uses of Cardinality in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return Cardinality
 Cardinality Rule.getCardinality()
           
 

Methods in org.sonar.api.rules with parameters of type Cardinality
 Rule Rule.setCardinality(Cardinality c)
           
 

Uses of Cardinality in org.sonar.check
 

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



Copyright © 2009-2013 SonarSource. All Rights Reserved.