Uses of Enum Class
edu.nps.moves.dis7.enumerations.FuelLocation
Packages that use FuelLocation
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of FuelLocation in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type FuelLocation in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 329, marshal size 8; FuelLocation has 1 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return FuelLocationModifier and TypeMethodDescriptionstatic FuelLocation
FuelLocation.getEnumForValue
(int value) Provide enumeration for a given valuestatic FuelLocation
FuelLocation.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic FuelLocation
FuelLocation.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic FuelLocation
Returns the enum constant of this class with the specified name.static FuelLocation[]
FuelLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FuelLocation in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as FuelLocationModifier and TypeFieldDescriptionprotected FuelLocation
EngineFuel.fuelLocation
Location of fuel as related to entity.protected FuelLocation
EngineFuelReload.fuelLocation
fuel location as related to the entity uid 329protected FuelLocation
StorageFuel.fuelLocation
Location of fuel as related to entity.protected FuelLocation
StorageFuelReload.fuelLocation
Location of fuel as related to entity.Methods in edu.nps.moves.dis7.pdus that return FuelLocationModifier and TypeMethodDescriptionEngineFuel.getFuelLocation()
Getter forEngineFuel.fuelLocation
EngineFuelReload.getFuelLocation()
Getter forEngineFuelReload.fuelLocation
StorageFuel.getFuelLocation()
Getter forStorageFuel.fuelLocation
StorageFuelReload.getFuelLocation()
Getter forStorageFuelReload.fuelLocation
Methods in edu.nps.moves.dis7.pdus with parameters of type FuelLocationModifier and TypeMethodDescriptionEngineFuel.setFuelLocation
(FuelLocation pFuelLocation) Setter forEngineFuel.fuelLocation
EngineFuelReload.setFuelLocation
(FuelLocation pFuelLocation) Setter forEngineFuelReload.fuelLocation
StorageFuel.setFuelLocation
(FuelLocation pFuelLocation) Setter forStorageFuel.fuelLocation
StorageFuelReload.setFuelLocation
(FuelLocation pFuelLocation) Setter forStorageFuelReload.fuelLocation