Uses of Class
ch.sahits.game.openpatrician.model.city.cityhall.ECityViolationPunishment
-
Packages that use ECityViolationPunishment Package Description ch.sahits.game.openpatrician.model.city.cityhall -
-
Uses of ECityViolationPunishment in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return ECityViolationPunishment Modifier and Type Method Description ECityViolationPunishmentICityViolation. getPunishment()Retrieve the proposed punishment for the violation.static ECityViolationPunishmentECityViolationPunishment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECityViolationPunishment[]ECityViolationPunishment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-