public static class Car.LapType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AVERAGE
The average lap time for green flag laps from the start of the race
|
static java.lang.String |
AVERAGESINCEPITTING
The average lap time for green flag laps from your last pit stop
|
static java.lang.String |
BEST
The best lap ever run in this car at the track ever
|
static java.lang.String |
CAUTION
The number of caution laps
|
static java.lang.String |
COMPLETED
The lap completed
|
static java.lang.String |
COMPLETEDPERCENT
The percentage of the current lap that has been completed
|
static java.lang.String |
CURRENT
The current lap
|
static java.lang.String |
FINISHLINE
Snapshot at the finish line
|
static java.lang.String |
LED
The number of laps led
|
static java.lang.String |
OPTIMAL
The Optimal lap based on your BEST lap
|
static java.lang.String |
PITTED
The lap pitted
|
static java.lang.String |
QUALIFYING
The qualifying lap
|
static java.lang.String |
RACESTART
Snapshot at the finish line at the start of the race
|
static java.lang.String |
REMAININGFINISHLINE
The time remaining at the start finish
|
static java.lang.String |
RUNNINGAVERAGE
The average lap time for green flag laps
|
static java.lang.String |
RUNNINGAVERAGESINCEPITTING
The average lap time for green flag laps since your last pit stop
|
static java.lang.String |
SESSIONBEST
The best lap of this session
|
static java.lang.String |
SESSIONLAST
The last lap of this session
|
static java.lang.String |
SESSIONOPTIMAL
The Optimal lap based on your SESSIONBEST lap
|
static java.lang.String |
SINCEPITTING
The number of laps since pitting
|
Constructor and Description |
---|
LapType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getReference(java.lang.String ref)
Validates the argument "ref" is a valid LapType.
|
public static final java.lang.String AVERAGE
public static final java.lang.String AVERAGESINCEPITTING
public static final java.lang.String BEST
public static final java.lang.String COMPLETED
public static final java.lang.String COMPLETEDPERCENT
public static final java.lang.String CURRENT
public static final java.lang.String LED
public static final java.lang.String OPTIMAL
public static final java.lang.String PITTED
public static final java.lang.String QUALIFYING
public static final java.lang.String FINISHLINE
public static final java.lang.String RACESTART
public static final java.lang.String RUNNINGAVERAGE
public static final java.lang.String RUNNINGAVERAGESINCEPITTING
public static final java.lang.String SESSIONBEST
public static final java.lang.String SESSIONLAST
public static final java.lang.String SESSIONOPTIMAL
public static final java.lang.String SINCEPITTING
public static final java.lang.String CAUTION
public static final java.lang.String REMAININGFINISHLINE