Uses of Class
com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship

Uses of GtfsRealtime.TripDescriptor.ScheduleRelationship in com.google.transit.realtime
 

Methods in com.google.transit.realtime that return GtfsRealtime.TripDescriptor.ScheduleRelationship
 GtfsRealtime.TripDescriptor.ScheduleRelationship GtfsRealtime.TripDescriptorOrBuilder.getScheduleRelationship()
          optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
 GtfsRealtime.TripDescriptor.ScheduleRelationship GtfsRealtime.TripDescriptor.getScheduleRelationship()
          optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
 GtfsRealtime.TripDescriptor.ScheduleRelationship GtfsRealtime.TripDescriptor.Builder.getScheduleRelationship()
          optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
static GtfsRealtime.TripDescriptor.ScheduleRelationship GtfsRealtime.TripDescriptor.ScheduleRelationship.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static GtfsRealtime.TripDescriptor.ScheduleRelationship GtfsRealtime.TripDescriptor.ScheduleRelationship.valueOf(int value)
           
static GtfsRealtime.TripDescriptor.ScheduleRelationship GtfsRealtime.TripDescriptor.ScheduleRelationship.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GtfsRealtime.TripDescriptor.ScheduleRelationship[] GtfsRealtime.TripDescriptor.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.TripDescriptor.ScheduleRelationship
static com.google.protobuf.Internal.EnumLiteMap<GtfsRealtime.TripDescriptor.ScheduleRelationship> GtfsRealtime.TripDescriptor.ScheduleRelationship.internalGetValueMap()
           
 

Methods in com.google.transit.realtime with parameters of type GtfsRealtime.TripDescriptor.ScheduleRelationship
 GtfsRealtime.TripDescriptor.Builder GtfsRealtime.TripDescriptor.Builder.setScheduleRelationship(GtfsRealtime.TripDescriptor.ScheduleRelationship value)
          optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
 



Copyright © 2015. All Rights Reserved.