public final class

ISO3166

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.utils.ISO3166

Class Overview

Utility that helps converting country codes to country names based on ISO 3166-1 protocol.

Summary

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

Public Methods

public String getCountryString (int countryCode)

Returns the string representation the of the country code

Parameters
countryCode the code of the country
Returns
  • string representation of the country

public static ISO3166 getInstance ()

Returns an instance of the utility

Returns
  • an instance