Uses of Class
org.sonar.api.PropertyType

Packages that use PropertyType
org.sonar.api   
org.sonar.api.config   
 

Uses of PropertyType in org.sonar.api
 

Methods in org.sonar.api that return PropertyType
static PropertyType PropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyType[] PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PropertyType in org.sonar.api.config
 

Methods in org.sonar.api.config that return PropertyType
 PropertyType PropertyDefinition.type()
           
 PropertyType PropertyFieldDefinition.type()
           
 

Methods in org.sonar.api.config with parameters of type PropertyType
 PropertyDefinition.Builder PropertyDefinition.Builder.type(PropertyType type)
           
 PropertyFieldDefinition.Builder PropertyFieldDefinition.Builder.type(PropertyType type)
           
static PropertyDefinition.Result PropertyDefinition.validate(PropertyType type, String value, List<String> options)
           
 



Copyright © 2009–2016 SonarSource. All rights reserved.