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

Packages that use YellowFlagState
net.ctdp.rfdynhud.gamedata   
 

Uses of YellowFlagState in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return YellowFlagState
 YellowFlagState ScoringInfo.getYellowFlagState()
          Gets the current yellow flag state (applies to full-course only).
abstract  YellowFlagState _ScoringInfoCapsule.getYellowFlagState()
           
static YellowFlagState YellowFlagState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static YellowFlagState[] YellowFlagState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.