Uses of Class
communications.message.FuelBid.BidType
-
Packages that use FuelBid.BidType Package Description communications.message -
-
Uses of FuelBid.BidType in communications.message
Fields in communications.message declared as FuelBid.BidType Modifier and Type Field Description FuelBid.BidType
FuelBid. bidType
whether fuel is to be offered or purchasedMethods in communications.message that return FuelBid.BidType Modifier and Type Method Description static FuelBid.BidType
FuelBid.BidType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FuelBid.BidType[]
FuelBid.BidType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in communications.message with parameters of type FuelBid.BidType Constructor Description FuelBid(de.dlr.gitlab.fame.time.TimeStamp timeStamp, double amount, FuelBid.BidType bidType, String fuelType)
Constructs a newFuelBid
-