Uses of Class
com.mouseviator.fsuipc.helpers.aircraft.AircraftHelper.EngineType
Package | Description |
---|---|
com.mouseviator.fsuipc.helpers.aircraft |
This package contains helper classes to get data requests for use with
FSUIPC class to gather various aircraft related data. |
-
Uses of AircraftHelper.EngineType in com.mouseviator.fsuipc.helpers.aircraft
Methods in com.mouseviator.fsuipc.helpers.aircraft that return AircraftHelper.EngineType Modifier and Type Method Description static AircraftHelper.EngineType
AircraftHelper.EngineType. get(byte value)
ReturnsAircraftHelper.EngineType
by corresponding int value.static AircraftHelper.EngineType
AircraftHelper.EngineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AircraftHelper.EngineType[]
AircraftHelper.EngineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.