Uses of Enum Class
com.nnamo.enums.RouteType
Packages that use RouteType
-
Uses of RouteType in com.nnamo.enums
Methods in com.nnamo.enums that return RouteTypeModifier and TypeMethodDescriptionstatic RouteType
RouteType.fromString
(String value) static RouteType
Returns the enum constant of this class with the specified name.static RouteType[]
RouteType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RouteType in com.nnamo.models
Methods in com.nnamo.models that return RouteTypeModifier and TypeMethodDescriptionRouteDirection.getType()
Gets the route type.RouteModel.getType()
Gets the route type.Constructors in com.nnamo.models with parameters of type RouteTypeModifierConstructorDescriptionRouteDirection
(String id, AgencyModel agency, String longName, String shortName, RouteType routeType, Direction direction, String directionName) Constructs a RouteDirection with all required fields.RouteModel
(String id, AgencyModel agency, String longName, String shortName, RouteType routeType) Constructs a RouteModel with all fields.