VehicleType

annotation class VehicleType

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val Bicycle: Int = 5
Link copied to clipboard
val Bus: Int = 3
Link copied to clipboard
val Car: Int = 1
Link copied to clipboard
val DeliveryTruck: Int = 10
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Motorcycle: Int = 6
Link copied to clipboard
Link copied to clipboard
val Taxi: Int = 2
Link copied to clipboard
val Truck: Int = 4