Uses of Class
aero.t2s.modes.constants.Hazard
| Package | Description |
|---|---|
| aero.t2s.modes | |
| aero.t2s.modes.constants |
-
Uses of Hazard in aero.t2s.modes
Methods in aero.t2s.modes that return Hazard Modifier and Type Method Description HazardMeteo. getIcing()HazardMeteo. getMicroBurst()HazardMeteo. getTurbulence()HazardMeteo. getWake()HazardMeteo. getWindShear()Methods in aero.t2s.modes with parameters of type Hazard Modifier and Type Method Description MeteoMeteo. setIcing(Hazard icing)MeteoMeteo. setMicroBurst(Hazard microBurst)MeteoMeteo. setTurbulence(Hazard turbulence)MeteoMeteo. setWake(Hazard wake)MeteoMeteo. setWindShear(Hazard windShear) -
Uses of Hazard in aero.t2s.modes.constants
Methods in aero.t2s.modes.constants that return Hazard Modifier and Type Method Description static HazardHazard. find(int source)static HazardHazard. valueOf(String name)Returns the enum constant of this type with the specified name.static Hazard[]Hazard. values()Returns an array containing the constants of this enum type, in the order they are declared.