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.Builder(String key, String name, Metric.ValueType type)
           
Metric(String key, Metric.ValueType type)
          Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String key, String name, Metric.ValueType type, Integer direction, Boolean qualitative, String domain, Formula formula)
          Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String key, String name, String description, Metric.ValueType type, Integer direction, Boolean qualitative, String domain)
          Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String key, String name, String description, Metric.ValueType type, Integer direction, Boolean qualitative, String domain, boolean userManaged)
          Deprecated. since 2.7 use the Metric.Builder factory.
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.