Uses of Class
ch.sahits.game.openpatrician.model.building.ETradeType
-
Packages that use ETradeType Package Description ch.sahits.game.openpatrician.model.building ch.sahits.game.openpatrician.model.building.impl -
-
Uses of ETradeType in ch.sahits.game.openpatrician.model.building
Methods in ch.sahits.game.openpatrician.model.building that return ETradeType Modifier and Type Method Description static ETradeTypeETradeType. valueOf(java.lang.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.Methods in ch.sahits.game.openpatrician.model.building that return types with arguments of type ETradeType Modifier and Type Method Description javafx.beans.property.ObjectProperty<ETradeType>IAutomatedTrading. tradingTypeProperty(IWare ware)Retrieve the trading type of the ware.Methods in ch.sahits.game.openpatrician.model.building with parameters of type ETradeType Modifier and Type Method Description voidIAutomatedTrading. setTradingType(IWare ware, ETradeType tt)Set the Trayding type. -
Uses of ETradeType in ch.sahits.game.openpatrician.model.building.impl
Methods in ch.sahits.game.openpatrician.model.building.impl that return types with arguments of type ETradeType Modifier and Type Method Description javafx.beans.property.ObjectProperty<ETradeType>AutomatedTrading. tradingTypeProperty(IWare ware)Methods in ch.sahits.game.openpatrician.model.building.impl with parameters of type ETradeType Modifier and Type Method Description voidAutomatedTrading. setTradingType(IWare ware, ETradeType tt)
-