Uses of Class
aero.t2s.modes.constants.VerticalStatus
| Package | Description |
|---|---|
| aero.t2s.modes | |
| aero.t2s.modes.constants |
-
Uses of VerticalStatus in aero.t2s.modes
Methods in aero.t2s.modes that return VerticalStatus Modifier and Type Method Description VerticalStatusAcas. getVerticalStatus()Methods in aero.t2s.modes with parameters of type VerticalStatus Modifier and Type Method Description voidAcas. setVerticalStatus(VerticalStatus verticalStatus) -
Uses of VerticalStatus in aero.t2s.modes.constants
Methods in aero.t2s.modes.constants that return VerticalStatus Modifier and Type Method Description static VerticalStatusVerticalStatus. from(int status)static VerticalStatusVerticalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalStatus[]VerticalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.