| Constructor and Description | 
|---|
| RuleParam()Deprecated. 
 since 2.3 use the factory method Rule.setParameter() | 
| RuleParam(Rule rule,
         String key,
         String description,
         String type)Deprecated. 
 since 2.3 use the factory method setParameter() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getDefaultValue() | 
| Boolean | getDefaultValueAsBoolean() | 
| Integer | getDefaultValueAsInteger() | 
| String | getDescription() | 
| Integer | getId() | 
| String | getKey() | 
| Rule | getRule() | 
| String | getType() | 
| int | hashCode() | 
| RuleParam | setDefaultValue(String s) | 
| RuleParam | setDescription(String s) | 
| RuleParam | setKey(String key) | 
| RuleParam | setType(String type) | 
| String | toString() | 
@Deprecated public RuleParam()
public String getDescription()
public RuleParam setDescription(String s)
public String getDefaultValue()
public Boolean getDefaultValueAsBoolean()
public Integer getDefaultValueAsInteger()
public RuleParam setDefaultValue(String s)
Copyright © 2009–2016 SonarSource. All rights reserved.