Uses of Class
ch.sahits.game.openpatrician.engine.player.ETradeReason
-
Packages that use ETradeReason Package Description ch.sahits.game.openpatrician.engine.player -
-
Uses of ETradeReason in ch.sahits.game.openpatrician.engine.player
Methods in ch.sahits.game.openpatrician.engine.player that return ETradeReason Modifier and Type Method Description static ETradeReasonETradeReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ETradeReason[]ETradeReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.engine.player that return types with arguments of type ETradeReason Modifier and Type Method Description static java.util.Comparator<ETradeReason>ETradeReason. comparator()
-