Uses of Class
org.sonar.api.server.rule.RuleParamType

Packages that use RuleParamType
org.sonar.api.server.rule   
 

Uses of RuleParamType in org.sonar.api.server.rule
 

Fields in org.sonar.api.server.rule declared as RuleParamType
static RuleParamType RuleParamType.BOOLEAN
           
static RuleParamType RuleParamType.FLOAT
           
static RuleParamType RuleParamType.INTEGER
           
static RuleParamType RuleParamType.STRING
           
static RuleParamType RuleParamType.TEXT
           
 

Methods in org.sonar.api.server.rule that return RuleParamType
static RuleParamType RuleParamType.multipleListOfValues(String... acceptedValues)
           
static RuleParamType RuleParamType.parse(String s)
           
static RuleParamType RuleParamType.singleListOfValues(String... acceptedValues)
           
 RuleParamType RulesDefinition.Param.type()
           
 

Methods in org.sonar.api.server.rule with parameters of type RuleParamType
 RulesDefinition.NewParam RulesDefinition.NewParam.setType(RuleParamType t)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.