Uses of Enum Class
nl.mtvehicles.core.infrastructure.vehicle.VehicleData.DataSpeed
Packages that use VehicleData.DataSpeed
-
Uses of VehicleData.DataSpeed in nl.mtvehicles.core.infrastructure.vehicle
Methods in nl.mtvehicles.core.infrastructure.vehicle that return VehicleData.DataSpeedModifier and TypeMethodDescriptionstatic VehicleData.DataSpeed
Returns the enum constant of this class with the specified name.static VehicleData.DataSpeed[]
VehicleData.DataSpeed.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.mtvehicles.core.infrastructure.vehicle with parameters of type VehicleData.DataSpeedModifier and TypeMethodDescriptionstatic Double
VehicleData.getSpeed
(@NotNull VehicleData.DataSpeed speedType, @NotNull String licensePlate) static void
VehicleData.setSpeed
(@NotNull VehicleData.DataSpeed speedType, @NotNull String licensePlate, @NotNull Double value)