org.sonar.ide.shared.measures
Class MeasureData

java.lang.Object
  extended by org.sonar.ide.shared.measures.MeasureData
All Implemented Interfaces:
IMeasure

public final class MeasureData
extends Object
implements IMeasure

Since:
0.2

Constructor Summary
MeasureData()
           
 
Method Summary
 org.sonar.wsclient.services.Metric getMetricDef()
          
 String getValue()
          
 MeasureData setMetricDef(org.sonar.wsclient.services.Metric metric)
           
 MeasureData setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureData

public MeasureData()
Method Detail

getMetricDef

public org.sonar.wsclient.services.Metric getMetricDef()

Specified by:
getMetricDef in interface IMeasure

setMetricDef

public MeasureData setMetricDef(org.sonar.wsclient.services.Metric metric)

getValue

public String getValue()

Specified by:
getValue in interface IMeasure

setValue

public MeasureData setValue(String value)


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.