| Package | Description |
|---|---|
| de.codengine.tankerkoenig.models.mapper |
| Modifier and Type | Method and Description |
|---|---|
static GasPrices.GasType |
GasPrices.GasType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GasPrices.GasType[] |
GasPrices.GasType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Float> |
GasPrices.getPrice(GasPrices.GasType gasType)
Returns the gas price, if available
|
boolean |
GasPrices.hasPrice(GasPrices.GasType gasType)
Determines if a gas price of a certain type is available
|
Copyright © 2017. All rights reserved.