Package com.hello2morrow.sonargraph.api
Class ResultSet.MetricValue
- java.lang.Object
-
- com.hello2morrow.sonargraph.api.ResultSet.MetricValue
-
- Enclosing class:
- ResultSet
public static final class ResultSet.MetricValue extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INamedElementAccess
getElement()
IPluginMetricId
getMetricId()
java.lang.Number
getValue()
-
-
-
Method Detail
-
getElement
public INamedElementAccess getElement()
-
getMetricId
public IPluginMetricId getMetricId()
-
getValue
public java.lang.Number getValue()
-
-