Class MapMetricResult

java.lang.Object
org.gmetrics.result.MapMetricResult
All Implemented Interfaces:
groovy.lang.GroovyObject, MetricResult

public class MapMetricResult extends Object implements MetricResult, groovy.lang.GroovyObject
  • Constructor Details

  • Method Details

    • 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 Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • getMetric

      public final Metric getMetric()
      Specified by:
      getMetric in interface MetricResult
    • getMetricLevel

      public final MetricLevel getMetricLevel()
      Specified by:
      getMetricLevel in interface MetricResult
    • getLineNumber

      public final Integer getLineNumber()
      Specified by:
      getLineNumber in interface MetricResult
    • getCount

      public final int getCount()
      Specified by:
      getCount in interface MetricResult
    • getAt

      public Object getAt(String name)
      Specified by:
      getAt in interface MetricResult
    • toString

      public String toString()
      Overrides:
      toString in class Object