org.sonar.ide.shared.measures
Class MeasureData
java.lang.Object
org.sonar.ide.shared.measures.MeasureData
- All Implemented Interfaces:
- IMeasure
public final class MeasureData
- extends Object
- implements IMeasure
- Since:
- 0.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasureData
public MeasureData()
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.