Uses of Class
org.sonar.api.web.gwt.client.webservices.WSMetrics.Metric.ValueType

Packages that use WSMetrics.Metric.ValueType
org.sonar.api.web.gwt.client.webservices   
 

Uses of WSMetrics.Metric.ValueType in org.sonar.api.web.gwt.client.webservices
 

Methods in org.sonar.api.web.gwt.client.webservices that return WSMetrics.Metric.ValueType
 WSMetrics.Metric.ValueType WSMetrics.Metric.getType()
           
static WSMetrics.Metric.ValueType WSMetrics.Metric.ValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSMetrics.Metric.ValueType[] WSMetrics.Metric.ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.web.gwt.client.webservices with parameters of type WSMetrics.Metric.ValueType
 MetricsQuery MetricsQuery.excludeTypes(WSMetrics.Metric.ValueType... types)
           
 

Constructors in org.sonar.api.web.gwt.client.webservices with parameters of type WSMetrics.Metric.ValueType
WSMetrics.Metric(java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String domain, boolean qualitative, boolean userManaged, int direction, WSMetrics.Metric.ValueType type)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.