org.sonar.api.server.rule
Class RulesDefinition.Param

java.lang.Object
  extended by org.sonar.api.server.rule.RulesDefinition.Param
Enclosing interface:
RulesDefinition

@Immutable
public static class RulesDefinition.Param
extends Object


Method Summary
 String defaultValue()
           
 String description()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String key()
           
 String name()
           
 RuleParamType type()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

key

public String key()

name

public String name()

description

@Nullable
public String description()

defaultValue

@Nullable
public String defaultValue()

type

public RuleParamType type()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.