Uses of Class
org.hackystat.sensor.ant.clover.jaxb.Metrics

Packages that use Metrics
org.hackystat.sensor.ant.clover.jaxb   
 

Uses of Metrics in org.hackystat.sensor.ant.clover.jaxb
 

Fields in org.hackystat.sensor.ant.clover.jaxb declared as Metrics
protected  Metrics Testproject.metrics
           
protected  Metrics Project.metrics
           
protected  Metrics Package.metrics
           
protected  Metrics File.metrics
           
 

Methods in org.hackystat.sensor.ant.clover.jaxb that return Metrics
 Metrics ObjectFactory.createMetrics()
          Create an instance of Metrics
 Metrics Testproject.getMetrics()
          Gets the value of the metrics property.
 Metrics Project.getMetrics()
          Gets the value of the metrics property.
 Metrics Package.getMetrics()
          Gets the value of the metrics property.
 Metrics File.getMetrics()
          Gets the value of the metrics property.
 

Methods in org.hackystat.sensor.ant.clover.jaxb with parameters of type Metrics
 void Testproject.setMetrics(Metrics value)
          Sets the value of the metrics property.
 void Project.setMetrics(Metrics value)
          Sets the value of the metrics property.
 void Package.setMetrics(Metrics value)
          Sets the value of the metrics property.
 void File.setMetrics(Metrics value)
          Sets the value of the metrics property.