Uses of Class
org.onebusaway.transit_data_federation.bundle.tasks.stif.model.ReliefState
-
Packages that use ReliefState Package Description org.onebusaway.transit_data_federation.bundle.tasks.stif.model -
-
Uses of ReliefState in org.onebusaway.transit_data_federation.bundle.tasks.stif.model
Methods in org.onebusaway.transit_data_federation.bundle.tasks.stif.model that return ReliefState Modifier and Type Method Description ReliefStateRunTripEntry. getRelief()static ReliefStateReliefState. valueOf(String name)Returns the enum constant of this type with the specified name.static ReliefState[]ReliefState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onebusaway.transit_data_federation.bundle.tasks.stif.model with parameters of type ReliefState Modifier and Type Method Description voidRunTripEntry. setRelief(ReliefState relief)Constructors in org.onebusaway.transit_data_federation.bundle.tasks.stif.model with parameters of type ReliefState Constructor Description RunTripEntry(TripEntry entry, String runNumber, String runRoute, String runDepot, int reliefTime, ReliefState relief)
-