Uses of Class
org.powertac.common.enumerations.CustomerType

Packages that use CustomerType
org.powertac.common   
org.powertac.common.enumerations   
 

Uses of CustomerType in org.powertac.common
 

Methods in org.powertac.common that return CustomerType
 CustomerType CustomerInfo.getCustomerType()
          Gives a "rough" classification what type of customer to expect based on the CustomerType enumeration, i.e.
 

Methods in org.powertac.common with parameters of type CustomerType
 CustomerInfo CustomerInfo.withCustomerType(CustomerType type)
          Fluent setter for customer classification.
 

Uses of CustomerType in org.powertac.common.enumerations
 

Methods in org.powertac.common.enumerations that return CustomerType
static CustomerType CustomerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomerType[] CustomerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.