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

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

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

Methods in org.sonar.api.measures that return Metric.Origin
 Metric.Origin Metric.getOrigin()
           
static Metric.Origin Metric.Origin.valueOf(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 org.sonar.api.measures with parameters of type Metric.Origin
 Metric Metric.setOrigin(Metric.Origin origin)
          Set the origin of the metric - Internal use only
 



Copyright © 2009–2014 SonarSource. All rights reserved.