Uses of Class
uk.ac.soton.itinnovation.grid.service.types.MetricType

Packages that use MetricType
uk.ac.soton.itinnovation.grid.service.types   
 

Uses of MetricType in uk.ac.soton.itinnovation.grid.service.types
 

Fields in uk.ac.soton.itinnovation.grid.service.types declared as MetricType
 MetricType Metric.type
           
 

Methods in uk.ac.soton.itinnovation.grid.service.types that return MetricType
static MetricType MetricType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetricType[] MetricType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in uk.ac.soton.itinnovation.grid.service.types with parameters of type MetricType
Metric(String URI, String description, String pluralDescription, String instantaneousDescription, String cumulativeDescription, String instantaneousUnits, String cumulativeUnits, MetricType type, UnitType unitType)
           
 



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.