General Vehicle Traits
data class GeneralVehicleTraits @JvmOverloads constructor(var maximalSpeed: Int = 255, var yearOfManufacture: Int = 2017, var vehicleType: VehicleType = VehicleType.Car, var specializedVehicleAttributes: SpecializedVehicleAttributes = SpecializedVehicleAttributes()) : Parcelable
Constructors
Link copied to clipboard
fun GeneralVehicleTraits(maximalSpeed: Int = 255, yearOfManufacture: Int = 2017, vehicleType: VehicleType = VehicleType.Car, specializedVehicleAttributes: SpecializedVehicleAttributes = SpecializedVehicleAttributes())
Functions
Properties
Link copied to clipboard
Link copied to clipboard
parameter representing SpecializedVehicleAttributes
Link copied to clipboard
Link copied to clipboard