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