@NonNull 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 FunctionalRoadClass#INVALID
.
value
- Int: integer that should return a proper functional road class.