| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.building | |
| ch.sahits.game.openpatrician.model.building.impl |
| Modifier and Type | Method and Description |
|---|---|
static ETradeType |
ETradeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETradeType[] |
ETradeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<ETradeType> |
IAutomatedTrading.tradingTypeProperty(IWare ware)
Retrieve the trading type of the ware.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAutomatedTrading.setTradingType(IWare ware,
ETradeType tt)
Set the Trayding type.
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.ObjectProperty<ETradeType> |
TradableWare.tt |
| Modifier and Type | Method and Description |
|---|---|
ETradeType |
TradableWare.getTradingType() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<ETradeType> |
TradableWare.tradeTypeProperty() |
javafx.beans.property.ObjectProperty<ETradeType> |
AutomatedTrading.tradingTypeProperty(IWare ware) |
| Modifier and Type | Method and Description |
|---|---|
void |
TradableWare.setTradingType(ETradeType tt) |
void |
AutomatedTrading.setTradingType(IWare ware,
ETradeType tt) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.