| Package | Description |
|---|---|
| aero.t2s.modes | |
| aero.t2s.modes.constants |
| Modifier and Type | Method and Description |
|---|---|
Hazard |
Meteo.getIcing() |
Hazard |
Meteo.getMicroBurst() |
Hazard |
Meteo.getTurbulence() |
Hazard |
Meteo.getWake() |
Hazard |
Meteo.getWindShear() |
| Modifier and Type | Method and Description |
|---|---|
Meteo |
Meteo.setIcing(Hazard icing) |
Meteo |
Meteo.setMicroBurst(Hazard microBurst) |
Meteo |
Meteo.setTurbulence(Hazard turbulence) |
Meteo |
Meteo.setWake(Hazard wake) |
Meteo |
Meteo.setWindShear(Hazard windShear) |
| Modifier and Type | Method and Description |
|---|---|
static Hazard |
Hazard.find(int source) |
static Hazard |
Hazard.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.
|
Copyright © 2020. All rights reserved.