Example #1
0
 public boolean isValidCountryCode() {
   return CountryCollection.getInstance().isValidCode(countryCode);
 }
Example #2
0
 public String getCountry() {
   return CountryCollection.getInstance().getNameByCode(countryCode);
 }