Uses of Class
net.ctdp.rfdynhud.gamedata.FinishStatus

Packages that use FinishStatus
net.ctdp.rfdynhud.gamedata   
 

Uses of FinishStatus in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return FinishStatus
 FinishStatus VehicleScoringInfo.getFinishStatus()
          Gets the current finish status.
static FinishStatus FinishStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FinishStatus[] FinishStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.