Class Constants
- java.lang.Object
-
- de.bausdorf.simracing.irdataapi.tools.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>CAR_SUBTYPESstatic StringCAT_OVALstatic StringCAT_ROADstatic StringDIRTstatic StringDIRT_OVALstatic StringDIRT_ROADstatic StringGT1static StringGT3static StringGT4static StringGTDstatic StringGTEstatic StringGTLMstatic StringIMSAstatic StringLMP1static StringLMP2static StringOVALstatic StringROADstatic StringTCR
-
-
-
Field Detail
-
OVAL
public static final String OVAL
- See Also:
- Constant Field Values
-
ROAD
public static final String ROAD
- See Also:
- Constant Field Values
-
DIRT
public static final String DIRT
- See Also:
- Constant Field Values
-
DIRT_OVAL
public static final String DIRT_OVAL
- See Also:
- Constant Field Values
-
DIRT_ROAD
public static final String DIRT_ROAD
- See Also:
- Constant Field Values
-
CAT_ROAD
public static final String CAT_ROAD
- See Also:
- Constant Field Values
-
CAT_OVAL
public static final String CAT_OVAL
- See Also:
- Constant Field Values
-
GT1
public static final String GT1
- See Also:
- Constant Field Values
-
GT3
public static final String GT3
- See Also:
- Constant Field Values
-
GT4
public static final String GT4
- See Also:
- Constant Field Values
-
GTD
public static final String GTD
- See Also:
- Constant Field Values
-
GTE
public static final String GTE
- See Also:
- Constant Field Values
-
GTLM
public static final String GTLM
- See Also:
- Constant Field Values
-
IMSA
public static final String IMSA
- See Also:
- Constant Field Values
-
LMP1
public static final String LMP1
- See Also:
- Constant Field Values
-
LMP2
public static final String LMP2
- See Also:
- Constant Field Values
-
TCR
public static final String TCR
- See Also:
- Constant Field Values
-
-