Uses of Class
net.ctdp.rfdynhud.gamedata.Laptime.LapType

Packages that use Laptime.LapType
net.ctdp.rfdynhud.gamedata   
 

Uses of Laptime.LapType in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return Laptime.LapType
 Laptime.LapType Laptime.getType()
           
static Laptime.LapType Laptime.LapType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Laptime.LapType[] Laptime.LapType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.