Uses of Class
ch.hortis.sonar.model.Metric.ValueType

Packages that use Metric.ValueType
ch.hortis.sonar.model   
 

Uses of Metric.ValueType in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return Metric.ValueType
 Metric.ValueType Metric.getType()
           
static Metric.ValueType Metric.ValueType.valueOf(java.lang.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 ch.hortis.sonar.model with parameters of type Metric.ValueType
 void Metric.setType(Metric.ValueType type)
           
 

Constructors in ch.hortis.sonar.model with parameters of type Metric.ValueType
Metric(java.lang.String key, Metric.ValueType type)
           
Metric(java.lang.String key, java.lang.String name, java.lang.String description, Metric.ValueType type, java.lang.Integer direction, java.lang.Boolean qualitative, java.lang.String domain, boolean userManaged)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.