Uses of Enum Class
nl.mtvehicles.core.infrastructure.dataconfig.VehicleDataConfig.Option
Packages that use VehicleDataConfig.Option
Package
Description
Classes with methods for different configuration files
-
Uses of VehicleDataConfig.Option in nl.mtvehicles.core.infrastructure.dataconfig
Methods in nl.mtvehicles.core.infrastructure.dataconfig that return VehicleDataConfig.OptionModifier 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.Methods in nl.mtvehicles.core.infrastructure.dataconfig with parameters of type VehicleDataConfig.OptionModifier and TypeMethodDescriptionVehicleDataConfig.get
(String licensePlate, VehicleDataConfig.Option dataOption) Get a data option of a vehicle from in-memory datavoid
VehicleDataConfig.set
(String licensePlate, VehicleDataConfig.Option dataOption, Object value) Set a data option of a vehicle in memory