Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected FuelLocation |
EngineFuel.fuelLocation
Location of fuel as related to entity.
|
protected FuelLocation |
EngineFuelReload.fuelLocation
fuel location as related to the entity uid 329
|
protected FuelLocation |
StorageFuel.fuelLocation
Location of fuel as related to entity.
|
protected FuelLocation |
StorageFuelReload.fuelLocation
Location of fuel as related to entity.
|
Modifier and Type | Method and Description |
---|---|
FuelLocation |
EngineFuel.getFuelLocation()
Getter for
EngineFuel.fuelLocation |
FuelLocation |
EngineFuelReload.getFuelLocation()
Getter for
EngineFuelReload.fuelLocation |
FuelLocation |
StorageFuel.getFuelLocation()
Getter for
StorageFuel.fuelLocation |
FuelLocation |
StorageFuelReload.getFuelLocation()
Getter for
StorageFuelReload.fuelLocation |
Modifier and Type | Method and Description |
---|---|
EngineFuel |
EngineFuel.setFuelLocation(FuelLocation pFuelLocation)
Setter for
EngineFuel.fuelLocation |
EngineFuelReload |
EngineFuelReload.setFuelLocation(FuelLocation pFuelLocation)
Setter for
EngineFuelReload.fuelLocation |
StorageFuel |
StorageFuel.setFuelLocation(FuelLocation pFuelLocation)
Setter for
StorageFuel.fuelLocation |
StorageFuelReload |
StorageFuelReload.setFuelLocation(FuelLocation pFuelLocation)
Setter for
StorageFuelReload.fuelLocation |
Modifier and Type | Method and Description |
---|---|
static FuelLocation |
FuelLocation.getEnumForValue(int i) |
static FuelLocation |
FuelLocation.unmarshalEnum(java.nio.ByteBuffer buff) |
static FuelLocation |
FuelLocation.unmarshalEnum(java.io.DataInputStream dis) |
static FuelLocation |
FuelLocation.valueOf(java.lang.String name)
Returns 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.
|