|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Country4a | |
---|---|
org.foray.common.i18n | Classes in this package represent internationalization (i18n) concepts, usually set by international standards organizations. |
Uses of Country4a in org.foray.common.i18n |
---|
Fields in org.foray.common.i18n declared as Country4a | |
---|---|
static Country4a |
Country4a.FINLAND
Finland. |
static Country4a |
Country4a.HUNGARY
Hungary. |
static Country4a |
Country4a.ITALY
Italy. |
static Country4a |
Country4a.POLAND
Poland. |
static Country4a |
Country4a.PORTUGAL
Portugal. |
static Country4a |
Country4a.RUSSIA
Russia. |
static Country4a |
Country4a.SPAIN
Spain. |
static Country4a |
Country4a.USA
The United States of America. |
Methods in org.foray.common.i18n that return Country4a | |
---|---|
static Country4a |
Country4a.findFrom2Char(String countryCode)
Finds an instance of this class from a given 2-character country code as defined in ISO 3166. |
static Country4a |
Country4a.findFrom3Char(String countryCode)
Finds an instance of this class from a given 3-character country code as defined in ISO 3166. |
static Country4a |
Country4a.findFromAlpha(String countryCode)
Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 3166. |
static Country4a |
Country4a.findFromNumeric(int numericCode)
Finds an instance of this class from a given numeric language code as defined in ISO 3166. |
static Country4a |
Country4a.getNull()
Returns a bogus, "null" instance. |
Methods in org.foray.common.i18n with parameters of type Country4a | |
---|---|
static void |
Country4a.registerCountry(Country4a country)
Registers country information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |