Uses of Enum Class
edu.nps.moves.dis7.enumerations.SupplyFuelType
Packages that use SupplyFuelType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of SupplyFuelType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return SupplyFuelTypeModifier and TypeMethodDescriptionstatic SupplyFuelType
SupplyFuelType.getEnumForValue
(int value) Provide enumeration for a given valuestatic SupplyFuelType
SupplyFuelType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic SupplyFuelType
SupplyFuelType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic SupplyFuelType
Returns the enum constant of this class with the specified name.static SupplyFuelType[]
SupplyFuelType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SupplyFuelType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as SupplyFuelTypeModifier and TypeFieldDescriptionprotected SupplyFuelType
EngineFuel.fuelType
Type of fuel uid 413protected SupplyFuelType
EngineFuelReload.fuelType
uid 413protected SupplyFuelType
StorageFuel.fuelType
Type of fuel uid 413protected SupplyFuelType
StorageFuelReload.fuelType
Fuel type uid 413Methods in edu.nps.moves.dis7.pdus that return SupplyFuelTypeModifier and TypeMethodDescriptionEngineFuel.getFuelType()
Getter forEngineFuel.fuelType
EngineFuelReload.getFuelType()
Getter forEngineFuelReload.fuelType
StorageFuel.getFuelType()
Getter forStorageFuel.fuelType
StorageFuelReload.getFuelType()
Getter forStorageFuelReload.fuelType
Methods in edu.nps.moves.dis7.pdus with parameters of type SupplyFuelTypeModifier and TypeMethodDescriptionEngineFuel.setFuelType
(SupplyFuelType pFuelType) Setter forEngineFuel.fuelType
EngineFuelReload.setFuelType
(SupplyFuelType pFuelType) Setter forEngineFuelReload.fuelType
StorageFuel.setFuelType
(SupplyFuelType pFuelType) Setter forStorageFuel.fuelType
StorageFuelReload.setFuelType
(SupplyFuelType pFuelType) Setter forStorageFuelReload.fuelType