Uses of Class
ch.sahits.game.openpatrician.model.city.cityhall.EElectionType
-
Packages that use EElectionType Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of EElectionType in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return EElectionType Modifier and Type Method Description static EElectionTypeEElectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EElectionType[]EElectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EElectionType in ch.sahits.game.openpatrician.model.city.cityhall.impl
Constructors in ch.sahits.game.openpatrician.model.city.cityhall.impl with parameters of type EElectionType Constructor Description Election(EElectionType type)
-