Uses of Class
org.databene.domain.address.Country

Packages that use Country
org.databene.domain.address databene domain for address data. 
 

Uses of Country in org.databene.domain.address
 

Fields in org.databene.domain.address declared as Country
static Country Country.AFGHANISTAN
           
static Country Country.ALBANIA
           
static Country Country.ALGERIA
           
static Country Country.ANDORRA
           
static Country Country.ARGENTINA
           
static Country Country.AUSTRALIA
           
static Country Country.AUSTRIA
           
static Country Country.BAHAMAS
           
static Country Country.BAHRAIN
           
static Country Country.BELARUS
           
static Country Country.BELGIUM
           
static Country Country.BOSNIA_AND_HERZEGOVINA
           
static Country Country.BRAZIL
           
static Country Country.BULGARIA
           
static Country Country.CANADA
           
static Country Country.CHILE
           
static Country Country.CHINA
           
 Country Address.country
           
static Country Country.CROATIA
           
static Country Country.CYPRUS
           
static Country Country.CZECH_REPUBLIC
           
static Country Country.DENMARK
           
static Country Country.ECUADOR
           
static Country Country.EGYPT
           
static Country Country.ESTONIA
           
static Country Country.FINLAND
           
static Country Country.FRANCE
           
static Country Country.GERMANY
           
static Country Country.GHANA
           
static Country Country.GREAT_BRITAIN
           
static Country Country.GREECE
           
static Country Country.HUNGARY
           
static Country Country.ICELAND
           
static Country Country.INDIA
           
static Country Country.INDONESIA
           
static Country Country.IRAN
           
static Country Country.IRAQ
           
static Country Country.IRELAND
           
static Country Country.ISRAEL
           
static Country Country.ITALY
           
static Country Country.JAPAN
           
static Country Country.JORDAN
           
static Country Country.KAZAKHSTAN
           
static Country Country.KENYA
           
static Country Country.KOREA_PR
           
static Country Country.KOREA_R
           
static Country Country.LATVIA
           
static Country Country.LIECHTENSTEIN
           
static Country Country.LITHUANIA
           
static Country Country.LUXEMBURG
           
static Country Country.MALAYSIA
           
static Country Country.MALTA
           
static Country Country.MEXICO
           
static Country Country.MONACO
           
static Country Country.NETHERLANDS
           
static Country Country.NEW_ZEALAND
           
static Country Country.NORWAY
           
static Country Country.PAKISTAN
           
static Country Country.POLAND
           
static Country Country.PORTUGAL
           
static Country Country.QATAR
           
static Country Country.ROMANIA
           
static Country Country.RUSSIA
           
static Country Country.SAN_MARINO
           
static Country Country.SAUDI_ARABIA
           
static Country Country.SERBIA
           
static Country Country.SINGAPORE
           
static Country Country.SLOVAKIA
           
static Country Country.SLOVENIA
           
static Country Country.SOUTH_AFRICA
           
static Country Country.SPAIN
           
static Country Country.SWEDEN
           
static Country Country.SWITZERLAND
           
static Country Country.TAIWAN
           
static Country Country.THAILAND
           
static Country Country.TURKEY
           
static Country Country.UKRAINE
           
static Country Country.UNITED_ARAB_EMIRATES
           
static Country Country.UNITED_KINGDOM
           
static Country Country.US
           
static Country Country.USA
           
static Country Country.VIETNAM
           
 

Methods in org.databene.domain.address that return Country
 Country CountryGenerator.generate()
           
 Country State.getCountry()
           
 Country City.getCountry()
           
 Country Address.getCountry()
           
static Country Country.getDefault()
           
static Country Country.getFallback()
           
static Country Country.getInstance(java.lang.String isoCode)
          Retrieves a country from the country configuration file.
static Country Country.getInstance(java.lang.String isoCode, boolean create)
          Retrieves a country from the country configuration file.
 

Methods in org.databene.domain.address that return types with arguments of type Country
protected  WeightedGenerator<Country> CountryGenerator.createGeneratorForAtomicDataset(Dataset dataset)
           
protected  WeightedDatasetGenerator<Country> CountryGenerator.createGeneratorForCountry(Country country)
           
static java.util.Collection<Country> Country.getInstances()
           
 

Methods in org.databene.domain.address with parameters of type Country
protected  WeightedDatasetGenerator<Country> CountryGenerator.createGeneratorForCountry(Country country)
           
static void CityManager.persistCities(Country country, java.lang.String filename)
           
static void CityManager.readCities(Country country)
           
static void CityManager.readCities(Country country, java.lang.String filename, java.util.Map<java.lang.String,java.lang.String> defaults)
           
 void State.setCountry(Country country)
           
 void PhoneNumberGenerator.setCountry(Country country)
           
 void MobileNumberGenerator.setCountry(Country country)
           
 void AddressGenerator.setCountry(Country country)
           
 void Address.setCountry(Country country)
           
static void Country.setDefault(Country country)
           
 

Constructors in org.databene.domain.address with parameters of type Country
Address(java.lang.String street, java.lang.String houseNumber, java.lang.String postalCode, City city, State state, Country country, PhoneNumber privatePhone, PhoneNumber officePhone, PhoneNumber mobilePhone, PhoneNumber fax)
           
MobileNumberGenerator(Country country)
           
PhoneNumberGenerator(Country country)
           
 



Copyright © 2013. All Rights Reserved.