org.gmetrics.result
Class StubMetricResult
java.lang.Object
org.gmetrics.result.StubMetricResult
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.gmetrics.result.MetricResult
public class StubMetricResult
- extends java.lang.Object
- implements org.gmetrics.result.MetricResult, groovy.lang.GroovyObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StubMetricResult
public StubMetricResult()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String property,
java.lang.Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getMetric
public org.gmetrics.metric.Metric getMetric()
- Specified by:
getMetric in interface org.gmetrics.result.MetricResult
setMetric
public void setMetric(org.gmetrics.metric.Metric value)
getMetricLevel
public org.gmetrics.metric.MetricLevel getMetricLevel()
- Specified by:
getMetricLevel in interface org.gmetrics.result.MetricResult
setMetricLevel
public void setMetricLevel(org.gmetrics.metric.MetricLevel value)
getCount
public int getCount()
- Specified by:
getCount in interface org.gmetrics.result.MetricResult
setCount
public void setCount(int value)
getTotal
public java.lang.Object getTotal()
setTotal
public void setTotal(java.lang.Object value)
getAverage
public java.lang.Object getAverage()
setAverage
public void setAverage(java.lang.Object value)
getMinimum
public java.lang.Object getMinimum()
setMinimum
public void setMinimum(java.lang.Object value)
getMaximum
public java.lang.Object getMaximum()
setMaximum
public void setMaximum(java.lang.Object value)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
getLineNumber
public java.lang.Integer getLineNumber()
- Specified by:
getLineNumber in interface org.gmetrics.result.MetricResult
setLineNumber
public void setLineNumber(java.lang.Integer value)
getAt
public java.lang.Object getAt(java.lang.String propertyName)
- Specified by:
getAt in interface org.gmetrics.result.MetricResult
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012. All Rights Reserved.