Uses of Class
ch.sahits.game.openpatrician.model.product.ETransferAmount
-
Packages that use ETransferAmount Package Description ch.sahits.game.openpatrician.model.product ch.sahits.game.openpatrician.model.service -
-
Uses of ETransferAmount in ch.sahits.game.openpatrician.model.product
Methods in ch.sahits.game.openpatrician.model.product that return ETransferAmount Modifier and Type Method Description static ETransferAmountETransferAmount. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ETransferAmount[]ETransferAmount. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETransferAmount in ch.sahits.game.openpatrician.model.service
Methods in ch.sahits.game.openpatrician.model.service with parameters of type ETransferAmount Modifier and Type Method Description intTransferUtil. calculateAvailableAmount(ETransferAmount movableAmount, int maxAmount)Calculate the available amount to be transfered.Method parameters in ch.sahits.game.openpatrician.model.service with type arguments of type ETransferAmount Modifier and Type Method Description intTransferUtil. calculateAvailableAmount(javafx.beans.property.ObjectProperty<ETransferAmount> movableAmount, int maxAmount)Calculate the available amount to be transfered.
-