Uses of Class
org.onebusaway.transit_data_federation.bundle.tasks.stif.model.EventRecord.BoardAlightFlag
-
Packages that use EventRecord.BoardAlightFlag Package Description org.onebusaway.transit_data_federation.bundle.tasks.stif.model -
-
Uses of EventRecord.BoardAlightFlag in org.onebusaway.transit_data_federation.bundle.tasks.stif.model
Methods in org.onebusaway.transit_data_federation.bundle.tasks.stif.model that return EventRecord.BoardAlightFlag Modifier and Type Method Description static EventRecord.BoardAlightFlagEventRecord.BoardAlightFlag. get(int boardAlightFlag)EventRecord.BoardAlightFlagEventRecord. getBoardAlightFlag()static EventRecord.BoardAlightFlagEventRecord.BoardAlightFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static EventRecord.BoardAlightFlag[]EventRecord.BoardAlightFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-