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

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

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

Methods in ch.hortis.sonar.model that return Metric.Origin
 Metric.Origin Metric.getOrigin()
           
static Metric.Origin Metric.Origin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Metric.Origin[] Metric.Origin.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.Origin
 void Metric.setOrigin(Metric.Origin origin)
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.