v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.utils.ISO3166 |
Utility that helps converting country codes to country names based on ISO 3166-1 protocol.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getCountryString(int countryCode)
Returns the string representation the of the country code
| ||||||||||
| static ISO3166 |
getInstance()
Returns an instance of the utility
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the string representation the of the country code
| countryCode | the code of the country |
|---|