Uses of Class
de.bausdorf.simracing.irdataapi.tools.CarCategoryType
-
Packages that use CarCategoryType Package Description de.bausdorf.simracing.irdataapi.tools -
-
Uses of CarCategoryType in de.bausdorf.simracing.irdataapi.tools
Methods in de.bausdorf.simracing.irdataapi.tools that return CarCategoryType Modifier and Type Method Description static CarCategoryTypeCarCategoryType. forName(String trackTypeName)static CarCategoryTypeCarCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CarCategoryType[]CarCategoryType. 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 CarCategoryType Modifier and Type Method Description static List<CarInfoDto>StockDataTools. carsByCategory(CarInfoDto[] cars, CarCategoryType carType, boolean includeLegacy)
-