public class Country
extends java.lang.Object
コンストラクタ | 説明 |
---|---|
Country(java.lang.String code,
java.lang.String name) |
Creates a new Country.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.lang.String |
getCode() |
Returns the ISO two-letter country code of this country.
|
java.lang.String |
getName() |
Returns the name of this country.
|