Uses of Class
de.bausdorf.simracing.irdataapi.tools.TrackType
-
Packages that use TrackType Package Description de.bausdorf.simracing.irdataapi.tools -
-
Uses of TrackType in de.bausdorf.simracing.irdataapi.tools
Methods in de.bausdorf.simracing.irdataapi.tools that return TrackType Modifier and Type Method Description static TrackTypeTrackType. forName(String trackTypeName)static TrackTypeTrackType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackType[]TrackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bausdorf.simracing.irdataapi.tools with parameters of type TrackType Modifier and Type Method Description static List<SeasonDto>SeasonTools. filterByTrackType(SeasonDto[] seasonDtos, TrackType trackType)static List<TrackInfoDto>StockDataTools. tracksByType(TrackInfoDto[] tracks, TrackType trackType, boolean includeLegacy)
-