|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||