public class Country extends Object
| Constructor and Description |
|---|
Country(String code,
String name)Creates a new Country. |
| Modifier and Type | Method and Description |
|---|---|
String | getCode()Returns the ISO two-letter country code of this country. |
String | getName()Returns the name of this country. |