Uses of Class
org.powertac.common.Tariff.State

Packages that use Tariff.State
org.powertac.common   
org.powertac.common.repo   
 

Uses of Tariff.State in org.powertac.common
 

Methods in org.powertac.common that return Tariff.State
 Tariff.State Tariff.getState()
           
static Tariff.State Tariff.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tariff.State[] Tariff.State.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 Tariff.State
 void Tariff.setState(Tariff.State newState)
          Updates the state of this tariff.
 

Uses of Tariff.State in org.powertac.common.repo
 

Methods in org.powertac.common.repo with parameters of type Tariff.State
 List<Tariff> TariffRepo.findTariffsByState(Tariff.State state)
           
 



Copyright © 2011. All Rights Reserved.