| Package | Description |
|---|---|
| org.powertac.common | |
| org.powertac.common.repo |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tariff.setState(Tariff.State newState)
Updates the state of this tariff.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tariff> |
TariffRepo.findTariffsByState(Tariff.State state) |
Copyright © 2016. All Rights Reserved.