org.sonar.plugins.api.web.gwt.client.webservices
Class WSMetrics.MetricLabel

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.webservices.WSMetrics.MetricLabel
Enclosing class:
WSMetrics

public static class WSMetrics.MetricLabel
extends java.lang.Object


Constructor Summary
WSMetrics.MetricLabel(WSMetrics.Metric metric, java.lang.String label)
           
 
Method Summary
 java.lang.String getLabel()
           
 WSMetrics.Metric getMetric()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSMetrics.MetricLabel

public WSMetrics.MetricLabel(WSMetrics.Metric metric,
                             java.lang.String label)
Method Detail

getMetric

public WSMetrics.Metric getMetric()

getLabel

public java.lang.String getLabel()


Copyright © 2009 SonarSource SA. All Rights Reserved.