gtfs-realtime-0.2.0.0: GTFS RealTime protobafs library (autogenerated from .proto file)

Safe HaskellNone
LanguageHaskell2010

GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Documentation

data ScheduleRelationship Source #

Instances
Bounded ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Enum ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Eq ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Data ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleRelationship -> c ScheduleRelationship #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleRelationship #

toConstr :: ScheduleRelationship -> Constr #

dataTypeOf :: ScheduleRelationship -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleRelationship) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleRelationship) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleRelationship -> ScheduleRelationship #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleRelationship -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleRelationship -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleRelationship -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleRelationship -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleRelationship -> m ScheduleRelationship #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleRelationship -> m ScheduleRelationship #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleRelationship -> m ScheduleRelationship #

Ord ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Read ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Show ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Generic ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Associated Types

type Rep ScheduleRelationship :: Type -> Type #

ToJSON ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

FromJSON ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

GPB ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Wire ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

TextType ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

ReflectEnum ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Mergeable ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Default ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

MessageAPI msg' (msg' -> ScheduleRelationship) ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

Methods

getVal :: msg' -> (msg' -> ScheduleRelationship) -> ScheduleRelationship #

isSet :: msg' -> (msg' -> ScheduleRelationship) -> Bool #

type Rep ScheduleRelationship Source # 
Instance details

Defined in GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship

type Rep ScheduleRelationship = D1 (MetaData "ScheduleRelationship" "GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship" "gtfs-realtime-0.2.0.0-GVLF04g8RQaC92wbtyYuSk" False) ((C1 (MetaCons "SCHEDULED" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ADDED" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "UNSCHEDULED" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CANCELED" PrefixI False) (U1 :: Type -> Type)))