Uses of Class
org.sonar.api.rules.xml.Property

Packages that use Property
org.sonar.api.rules.xml   
 

Uses of Property in org.sonar.api.rules.xml
 

Methods in org.sonar.api.rules.xml that return types with arguments of type Property
 java.util.List<Property> Rule.getProperties()
           
 

Methods in org.sonar.api.rules.xml with parameters of type Property
 void Rule.addProperty(Property property)
           
 

Method parameters in org.sonar.api.rules.xml with type arguments of type Property
 void Rule.setProperties(java.util.List<Property> properties)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.