Uses of Class
org.powertac.common.CustomerInfo.CustomerClass
-
Packages that use CustomerInfo.CustomerClass Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of CustomerInfo.CustomerClass in org.powertac.common
Methods in org.powertac.common that return CustomerInfo.CustomerClass Modifier and Type Method Description CustomerInfo.CustomerClass
CustomerInfo. getCustomerClass()
Returns the customer class of this customer.static CustomerInfo.CustomerClass
CustomerInfo.CustomerClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomerInfo.CustomerClass[]
CustomerInfo.CustomerClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.powertac.common with parameters of type CustomerInfo.CustomerClass Modifier and Type Method Description CustomerInfo
CustomerInfo. withCustomerClass(CustomerInfo.CustomerClass cClass)
Fluent setter for customerClass attribute.
-