Uses of Class
ch.hortis.sonar.model.MetricType

Packages that use MetricType
ch.hortis.sonar.model   
 

Uses of MetricType in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return MetricType
 MetricType Metric.getType()
           
static MetricType MetricType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MetricType[] MetricType.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 MetricType
static java.lang.Number Metric.getParsedValue(MetricType type, java.lang.Double value)
           
 void Metric.setType(MetricType type)
           
 

Constructors in ch.hortis.sonar.model with parameters of type MetricType
Metric(java.lang.String name, MetricType type)
           
Metric(java.lang.String name, java.lang.String description, MetricType type, java.lang.Integer direction)
           
Metric(java.lang.String name, java.lang.String description, MetricType type, java.lang.Integer direction, java.lang.String domain, java.lang.String shortName, java.lang.String longName, java.lang.Boolean qualitative, java.lang.Boolean comparable)
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.