Uses of Class
org.goplanit.gtfs.enums.StopLocationType
-
Packages that use StopLocationType Package Description org.goplanit.gtfs.entity org.goplanit.gtfs.enums -
-
Uses of StopLocationType in org.goplanit.gtfs.entity
Methods in org.goplanit.gtfs.entity that return StopLocationType Modifier and Type Method Description StopLocationType
GtfsStop. getLocationType()
Collect as StopLocationType enum directly -
Uses of StopLocationType in org.goplanit.gtfs.enums
Methods in org.goplanit.gtfs.enums that return StopLocationType Modifier and Type Method Description static StopLocationType
StopLocationType. of(Short value)
Extract the enum based on its internal value (if matched)static StopLocationType
StopLocationType. parseFrom(String value)
Collect the stop location type belonging to the given value.static StopLocationType
StopLocationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StopLocationType[]
StopLocationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-