Uses of Class
model.Country

Packages that use Country
model   
model.entry   
model.tournament   
 

Uses of Country in model
 

Methods in model that return Country
 Country[] Tournament.getCountryList()
           
static Country[] Country.getCountryList()
          Returns a list of countries.
static Country Country.getUnknownCountry()
           
static Country Country.parseCountryByCode(java.lang.String country_code)
          Returns corresponding country name from a given country code.
 

Uses of Country in model.entry
 

Methods in model.entry that return Country
 Country EntryDataModel.getCountry()
           
 

Methods in model.entry with parameters of type Country
 void EntryDataModelEditor.setCountry(Country country)
           
 

Uses of Country in model.tournament
 

Methods in model.tournament that return Country
 Country TournamentDataModel.getDefaultCountry()
           
 

Methods in model.tournament with parameters of type Country
 void TournamentDataModelEditor.setDefaultCountry(Country default_country)