| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.product | |
| ch.sahits.game.openpatrician.util |
| Modifier and Type | Method and Description |
|---|---|
static ETransferAmount |
ETransferAmount.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TransferUtil.calculateAvailableAmount(ETransferAmount movableAmount,
int maxAmount)
Calculate the available amount to be transfered.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TransferUtil.calculateAvailableAmount(javafx.beans.property.ObjectProperty<ETransferAmount> movableAmount,
int maxAmount)
Calculate the available amount to be transfered.
|
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.