Package pt.ist.standards.geographic
Class Country
- java.lang.Object
-
- pt.ist.standards.geographic.Place<Planet,District>
-
- pt.ist.standards.geographic.Country
-
- All Implemented Interfaces:
Serializable
public class Country extends Place<Planet,District>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedName(Locale locale)StringgetNationality(Locale locale)PostalCodegetPostalCode(String code)-
Methods inherited from class pt.ist.standards.geographic.Place
exportAsString, getPlace, getPlaces
-
-
-
-
Method Detail
-
getLocalizedName
public String getLocalizedName(Locale locale)
- Overrides:
getLocalizedNamein classPlace<Planet,District>
-
getPostalCode
public PostalCode getPostalCode(String code)
-
-