Uses of Class
com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship

Uses of GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship in com.google.transit.realtime
 

Methods in com.google.transit.realtime that return GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
 GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder.getScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship GtfsRealtime.TripUpdate.StopTimeUpdate.getScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship GtfsRealtime.TripUpdate.StopTimeUpdate.Builder.getScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
static GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship.valueOf(int value)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship[] GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.transit.realtime that return types with arguments of type GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
static com.google.protobuf.Internal.EnumLiteMap<GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship> GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship.internalGetValueMap()
           
 

Methods in com.google.transit.realtime with parameters of type GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
 GtfsRealtime.TripUpdate.StopTimeUpdate.Builder GtfsRealtime.TripUpdate.StopTimeUpdate.Builder.setScheduleRelationship(GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship value)
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 



Copyright © 2015. All Rights Reserved.