Uses of Class
org.sonar.api.measures.Metric.ValueType

Packages that use Metric.ValueType
org.sonar.api.measures   
 

Uses of Metric.ValueType in org.sonar.api.measures
 

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

Methods in org.sonar.api.measures with parameters of type Metric.ValueType
 Metric Metric.setType(Metric.ValueType type)
          Sets the metric type
 

Constructors in org.sonar.api.measures with parameters of type Metric.ValueType
Metric(String key, Metric.ValueType type)
          Creates a metric based on a key and a type.
Metric(String key, String name, Metric.ValueType type, Integer direction, Boolean qualitative, String domain, Formula formula)
          Creates a fully qualified metric.
Metric(String key, String name, String description, Metric.ValueType type, Integer direction, Boolean qualitative, String domain)
           
Metric(String key, String name, String description, Metric.ValueType type, Integer direction, Boolean qualitative, String domain, boolean userManaged)
          Deprecated. 
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.