Uses of Class
aero.t2s.modes.constants.EmergencyState
| Package | Description |
|---|---|
| aero.t2s.modes | |
| aero.t2s.modes.constants |
-
Uses of EmergencyState in aero.t2s.modes
Methods in aero.t2s.modes that return EmergencyState Modifier and Type Method Description EmergencyStateTrack. getEmergencyState()Methods in aero.t2s.modes with parameters of type EmergencyState Modifier and Type Method Description voidTrack. setEmergencyState(EmergencyState emergencyState) -
Uses of EmergencyState in aero.t2s.modes.constants
Methods in aero.t2s.modes.constants that return EmergencyState Modifier and Type Method Description static EmergencyStateEmergencyState. from(int state)static EmergencyStateEmergencyState. valueOf(String name)Returns the enum constant of this type with the specified name.static EmergencyState[]EmergencyState. values()Returns an array containing the constants of this enum type, in the order they are declared.