Uses of Enum Class
collection.City.Climate
Packages that use Climate
-
Uses of Climate in collection.City
Methods in collection.City that return ClimateModifier and TypeMethodDescriptionCity.getClimate()
static Climate
Returns the enum constant of this class with the specified name.static Climate[]
Climate.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in collection.City with parameters of type ClimateConstructors in collection.City with parameters of type ClimateModifierConstructorDescriptionCity
(long id, String name, Coordinates coordinates, Date creationDate, Integer area, int population, Double metersAboveSeaLevel, Climate climate, Government government, StandardOfLiving standardOfLiving, Human governor) -
Uses of Climate in collectionManagers.modeManagers.userMode
Methods in collectionManagers.modeManagers.userMode that return ClimateModifier and TypeMethodDescriptionClimateCLIManager.buildObject()
This method builds the Climate object using user input and returns the constructed object.