class FunctionalRoadClass
Represents the road type of the traffic flow segment.
static fun fromInt(value: Int): FunctionalRoadClass
Static method used for searching through enum to check if passed value is valid. If no proper value is found method returns |
|
fun getValue(): Int
Getter for the value of the current type of road. Also used for searching purposes in |