convertStopTypeToTransportModeIcon |
open static fun convertStopTypeToTransportModeIcon(type: StopType !): Int |
convertStopTypeToVehicleMode |
open static fun convertStopTypeToVehicleMode(type: StopType !): VehicleMode ! |
equals |
open fun equals(other: Any ?): Boolean |
fillFrom |
open fun fillFrom(location: Location !): Unit |
getAlertHashCodes |
open fun getAlertHashCodes(): ArrayList < Long !>? |
getChildren |
open fun getChildren(): ArrayList < ScheduledStop !>! |
getCode |
open fun getCode(): String ! |
getCurrentFilter |
open fun getCurrentFilter(): String ! |
getEmbarkationStopCode |
open fun getEmbarkationStopCode(): MutableList < String !>! |
getLocationType |
open fun getLocationType(): Int |
getModeInfo |
open fun getModeInfo(): ModeInfo ! |
getParentId |
open fun getParentId(): Long |
getServices |
open fun getServices(): String ! |
getShortName |
open fun getShortName(): String ! |
getStopId |
open fun getStopId(): Long |
getType |
open fun getType(): StopType ! |
getWheelchairAccessible |
open fun getWheelchairAccessible(): Boolean ? |
hasChildren |
open fun hasChildren(): Boolean |
hashCode |
open fun hashCode(): Int |
isParent |
Alias of `[ #hasChildren()](has-children.md). If a stop has children, it's a parent stop. open fun isParent(): [ Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
setAlertHashCodes |
open fun setAlertHashCodes(alertHashCodes: ArrayList < Long !>?): Unit |
setChildren |
open fun setChildren(children: ArrayList < ScheduledStop !>!): Unit |
setCode |
open fun setCode(code: String !): Unit |
setCurrentFilter |
open fun setCurrentFilter(filter: String !): Unit |
setModeInfo |
open fun setModeInfo(modeInfo: ModeInfo !): Unit |
setParent |
open fun setParent(parent: Long ): Unit |
setServices |
open fun setServices(services: String !): Unit |
setShortName |
open fun setShortName(shortName: String !): Unit |
setStopId |
open fun setStopId(stopId: Long ): Unit |
setType |
open fun setType(type: StopType !): Unit |
setWheelchairAccessible |
open fun setWheelchairAccessible(wheelchairAccessible: Boolean ?): Unit |
writeToParcel |
open fun writeToParcel(out: Parcel!, flags: Int ): Unit |