Uses of Enum Class
nl.mtvehicles.core.infrastructure.dataconfig.VehicleDataConfig.Option
Package
Description
Classes with methods for different configuration files
-
Uses of VehicleDataConfig.Option in nl.mtvehicles.core.infrastructure.dataconfig
Modifier and TypeMethodDescriptionstatic VehicleDataConfig.Option
Returns the enum constant of this class with the specified name.static VehicleDataConfig.Option[]
VehicleDataConfig.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionVehicleDataConfig.get(String licensePlate, VehicleDataConfig.Option dataOption)
Get a data option of a vehicle from vehicleDatavoid
VehicleDataConfig.set(String licensePlate, VehicleDataConfig.Option dataOption, Object value)
Set a data option of a vehicle to vehicleData