Represents a country, provides constants for most bigger countries and serves as a generator for city object.
Country information is read from the file org/databene/domain/address/country.csv.
getInstance(String isoCode) Retrieves a country from the country configuration file.
Parameters: isoCode - the ISO code of the country to retrieve if it is a predfined country, an instance with the configured data is returned,else one with the specified ISO code and default settings, e.g.
Retrieves a country from the country configuration file.
Parameters: isoCode - the ISO code of the country to retrieve if it is a predfined country, an instance with the configured data is returned,else one with the specified ISO code and default settings, e.g. phoneCode 'UNKNOWN'.