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