Package | Description |
---|---|
org.liris.smartgov.lez.core.agent.driver.vehicle | |
org.liris.smartgov.lez.core.copert.fields |
Constructor and Description |
---|
LightCommercialVehicle(java.lang.String id,
Fuel fuel,
LightWeightVehicleSegment segment,
EuroNorm euroNorm,
Technology technology,
Copert copert)
LightCommercialVehicle constructor.
|
Modifier and Type | Method and Description |
---|---|
static LightWeightVehicleSegment |
LightWeightVehicleSegment.getValue(java.lang.String string) |
static LightWeightVehicleSegment |
LightWeightVehicleSegment.randomSelector() |
static LightWeightVehicleSegment |
LightWeightVehicleSegment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LightWeightVehicleSegment[] |
LightWeightVehicleSegment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|