Uses of Class
org.robovm.apple.intents.INAirportGate
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INAirportGate in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INAirportGate Modifier and Type Method Description INAirportGateINFlight. getArrivalAirportGate()INAirportGateINFlight. getDepartureAirportGate()Methods in org.robovm.apple.intents with parameters of type INAirportGate Modifier and Type Method Description protected longINFlight. init(INAirline airline, String flightNumber, INDateComponentsRange boardingTime, INDateComponentsRange flightDuration, INAirportGate departureAirportGate, INAirportGate arrivalAirportGate)Constructors in org.robovm.apple.intents with parameters of type INAirportGate Constructor Description INFlight(INAirline airline, String flightNumber, INDateComponentsRange boardingTime, INDateComponentsRange flightDuration, INAirportGate departureAirportGate, INAirportGate arrivalAirportGate)