org.sonar.api.config
Class PropertyFieldDefinition

java.lang.Object
  extended by org.sonar.api.config.PropertyFieldDefinition

public final class PropertyFieldDefinition
extends Object

Since:
3.3

Method Summary
static List<PropertyFieldDefinition> create(PropertyField[] fields)
           
 String getDescription()
           
 int getIndicativeSize()
           
 String getKey()
           
 String getName()
           
 String[] getOptions()
           
 PropertyType getType()
           
 PropertyDefinition.Result validate(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static List<PropertyFieldDefinition> create(PropertyField[] fields)

getKey

public String getKey()

getName

public String getName()

getDescription

public String getDescription()

getIndicativeSize

public int getIndicativeSize()

getType

public PropertyType getType()

getOptions

public String[] getOptions()

validate

public PropertyDefinition.Result validate(@Nullable
                                          String value)


Copyright © 2009-2012 SonarSource. All Rights Reserved.