Uses of Class
aero.t2s.modes.constants.AcasReplyInformation
| Package | Description |
|---|---|
| aero.t2s.modes | |
| aero.t2s.modes.constants |
-
Uses of AcasReplyInformation in aero.t2s.modes
Methods in aero.t2s.modes that return AcasReplyInformation Modifier and Type Method Description AcasReplyInformationAcas. getReplyInformation()Methods in aero.t2s.modes with parameters of type AcasReplyInformation Modifier and Type Method Description voidAcas. setReplyInformation(AcasReplyInformation replyInformation) -
Uses of AcasReplyInformation in aero.t2s.modes.constants
Methods in aero.t2s.modes.constants that return AcasReplyInformation Modifier and Type Method Description static AcasReplyInformationAcasReplyInformation. from(int replyInformation)static AcasReplyInformationAcasReplyInformation. valueOf(String name)Returns the enum constant of this type with the specified name.static AcasReplyInformation[]AcasReplyInformation. values()Returns an array containing the constants of this enum type, in the order they are declared.