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.getType()
           
 

Methods in org.sonar.api.config with parameters of type PropertyType
static PropertyDefinition PropertyDefinition.create(String key, PropertyType type, String[] options)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.