Uses of Enum Class
collection.City.Government
Packages that use Government
-
Uses of Government in collection.City
Methods in collection.City that return GovernmentModifier and TypeMethodDescriptionCity.getGovernment()
static Government
Returns the enum constant of this class with the specified name.static Government[]
Government.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 GovernmentConstructors in collection.City with parameters of type GovernmentModifierConstructorDescriptionCity
(long id, String name, Coordinates coordinates, Date creationDate, Integer area, int population, Double metersAboveSeaLevel, Climate climate, Government government, StandardOfLiving standardOfLiving, Human governor) -
Uses of Government in collectionManagers.modeManagers.userMode
Methods in collectionManagers.modeManagers.userMode that return GovernmentModifier and TypeMethodDescriptionGovernmentCLIManager.buildObject()
This method builds the Government object using user input and returns the constructed object.