public interface CountryCode
Modifier and Type | Method and Description |
---|---|
String |
getAlpha2Code()
Get the ISO 3166-1 alpha-2 code.
|
String |
getAlpha3Code()
Get the ISO 3166-1 alpha-3 code.
|
String |
getCountryName()
Get the country name.
|
Integer |
getDiallingRegionCode()
Gets the International Direct Dial prefix for the country
|
Integer |
getNumericCode()
Get the ISO 3166-1 numeric code.
|
String getCountryName()
String getAlpha2Code()
String getAlpha3Code()
Integer getNumericCode()
Integer getDiallingRegionCode()
Copyright © 2010–2018 Jadira Systems. All rights reserved.