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 PropertyFieldDefinition.type()
           
 PropertyType PropertyDefinition.type()
           
 

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



Copyright © 2009–2015 SonarSource. All rights reserved.