| Modifier and Type | Method and Description |
|---|---|
static GtfsRealtime.Alert.Effect |
GtfsRealtime.Alert.Effect.forNumber(int value) |
GtfsRealtime.Alert.Effect |
GtfsRealtime.AlertOrBuilder.getEffect()
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT]; |
GtfsRealtime.Alert.Effect |
GtfsRealtime.Alert.getEffect()
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT]; |
GtfsRealtime.Alert.Effect |
GtfsRealtime.Alert.Builder.getEffect()
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT]; |
static GtfsRealtime.Alert.Effect |
GtfsRealtime.Alert.Effect.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GtfsRealtime.Alert.Effect |
GtfsRealtime.Alert.Effect.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GtfsRealtime.Alert.Effect |
GtfsRealtime.Alert.Effect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GtfsRealtime.Alert.Effect[] |
GtfsRealtime.Alert.Effect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<GtfsRealtime.Alert.Effect> |
GtfsRealtime.Alert.Effect.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GtfsRealtime.Alert.Builder |
GtfsRealtime.Alert.Builder.setEffect(GtfsRealtime.Alert.Effect value)
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT]; |
Copyright © 2019. All rights reserved.