org.sonar.api.config
Class PropertyFieldDefinition
java.lang.Object
org.sonar.api.config.PropertyFieldDefinition
public final class PropertyFieldDefinition
- extends Object
- Since:
- 3.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.