|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.mavenhist.extractor.MultiMetric
public class MultiMetric
Metric object that contains the location and the value as a result of a metric.
Constructor Summary | |
---|---|
MultiMetric(String location,
String value)
Constructor. |
Method Summary | |
---|---|
String |
getLocation()
Location of the value. |
String |
getValue()
Value of the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiMetric(String location, String value)
location
- of the measured data.value
- of the measured data.Method Detail |
---|
public String getLocation()
public String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |