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

Packages that use SessionLimit
net.ctdp.rfdynhud.gamedata   
 

Uses of SessionLimit in net.ctdp.rfdynhud.gamedata
 

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

Methods in net.ctdp.rfdynhud.gamedata with parameters of type SessionLimit
 SessionLimit VehicleScoringInfo.getSessionLimit(SessionLimit preference)
          Gets the SessionLimit of the current session.