VehicleFuelType

annotation class VehicleFuelType

Functions

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

Properties

Diesel
Link copied to clipboard
val Diesel: Int
LNG
Link copied to clipboard
val LNG: Int
LPG
Link copied to clipboard
val LPG: Int
Petrol
Link copied to clipboard
val Petrol: Int