Uses of Class
com.google.transit.realtime.GtfsRealtime.Alert.Cause

Uses of GtfsRealtime.Alert.Cause in com.google.transit.realtime
 

Methods in com.google.transit.realtime that return GtfsRealtime.Alert.Cause
 GtfsRealtime.Alert.Cause GtfsRealtime.AlertOrBuilder.getCause()
          optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
 GtfsRealtime.Alert.Cause GtfsRealtime.Alert.getCause()
          optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
 GtfsRealtime.Alert.Cause GtfsRealtime.Alert.Builder.getCause()
          optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
static GtfsRealtime.Alert.Cause GtfsRealtime.Alert.Cause.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static GtfsRealtime.Alert.Cause GtfsRealtime.Alert.Cause.valueOf(int value)
           
static GtfsRealtime.Alert.Cause GtfsRealtime.Alert.Cause.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GtfsRealtime.Alert.Cause[] GtfsRealtime.Alert.Cause.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.Alert.Cause
static com.google.protobuf.Internal.EnumLiteMap<GtfsRealtime.Alert.Cause> GtfsRealtime.Alert.Cause.internalGetValueMap()
           
 

Methods in com.google.transit.realtime with parameters of type GtfsRealtime.Alert.Cause
 GtfsRealtime.Alert.Builder GtfsRealtime.Alert.Builder.setCause(GtfsRealtime.Alert.Cause value)
          optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
 



Copyright © 2015. All Rights Reserved.