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

Packages that use PricingTermType
uk.ac.soton.itinnovation.grid.service.sla.upgrade.v5_1_x.model   
uk.ac.soton.itinnovation.grid.service.types   
 

Uses of PricingTermType in uk.ac.soton.itinnovation.grid.service.sla.upgrade.v5_1_x.model
 

Fields in uk.ac.soton.itinnovation.grid.service.sla.upgrade.v5_1_x.model declared as PricingTermType
 PricingTermType PricingTerm5_1alpha.type
           
 

Constructors in uk.ac.soton.itinnovation.grid.service.sla.upgrade.v5_1_x.model with parameters of type PricingTermType
PricingTerm5_1alpha(Metric metric, BigDecimal price, String currency, double lower, double upper, String d, PricingTermType type)
           
 

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

Fields in uk.ac.soton.itinnovation.grid.service.types declared as PricingTermType
 PricingTermType PricingTerm.type
           
 

Methods in uk.ac.soton.itinnovation.grid.service.types that return PricingTermType
static PricingTermType PricingTermType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PricingTermType[] PricingTermType.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 PricingTermType
PricingTerm(Metric metric, BigDecimal price, String currency, double lower, double upper, String d, PricingTermType type)
           
 



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