Uses of Enum
edu.nps.moves.dis7.enumerations.FuelLocation
Packages that use FuelLocation
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of FuelLocation in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return FuelLocationModifier and TypeMethodDescriptionstatic FuelLocationFuelLocation.getEnumForValue(int i)provide enumeration for a given valuestatic FuelLocationFuelLocation.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic FuelLocationFuelLocation.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic FuelLocationReturns the enum constant of this type with the specified name.static FuelLocation[]FuelLocation.values()Returns an array containing the constants of this enum type, 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 FuelLocationEngineFuel.fuelLocationLocation of fuel as related to entity.protected FuelLocationEngineFuelReload.fuelLocationfuel location as related to the entity uid 329protected FuelLocationStorageFuel.fuelLocationLocation of fuel as related to entity.protected FuelLocationStorageFuelReload.fuelLocationLocation of fuel as related to entity.Methods in edu.nps.moves.dis7.pdus that return FuelLocationModifier and TypeMethodDescriptionEngineFuel.getFuelLocation()Getter forEngineFuel.fuelLocationEngineFuelReload.getFuelLocation()Getter forEngineFuelReload.fuelLocationStorageFuel.getFuelLocation()Getter forStorageFuel.fuelLocationStorageFuelReload.getFuelLocation()Getter forStorageFuelReload.fuelLocationMethods in edu.nps.moves.dis7.pdus with parameters of type FuelLocationModifier and TypeMethodDescriptionEngineFuel.setFuelLocation(FuelLocation pFuelLocation)Setter forEngineFuel.fuelLocationEngineFuelReload.setFuelLocation(FuelLocation pFuelLocation)Setter forEngineFuelReload.fuelLocationStorageFuel.setFuelLocation(FuelLocation pFuelLocation)Setter forStorageFuel.fuelLocationStorageFuelReload.setFuelLocation(FuelLocation pFuelLocation)Setter forStorageFuelReload.fuelLocation