public interface PhoneNumber
Modifier and Type | Method and Description |
---|---|
String |
extractAreaCode()
Splits the national number into its constituent parts, returning that part of the number that
represents the area code.
|
CountryCode |
extractCountryCode()
Returns the CountryCode this number belongs to
|
String |
extractSubscriberNumber()
Splits the national number into its constituent parts, returning that part of the number that
represents the subscriber number.
|
String |
getCountryDiallingCode()
Returns the dialling code for the country that this phone number belongs to.
|
String |
getExtension()
Returns the extension for the phone number or null.
|
String |
getNationalNumber()
Returns the national number part for the phone number.
|
String |
toE164NumberString()
Returns the E164 formatted telephone number.
|
String |
toE164NumberWithExtensionString()
Returns the E164 formatted telephone number.
|
String getCountryDiallingCode()
String getNationalNumber()
String getExtension()
String toE164NumberString()
String toE164NumberWithExtensionString()
CountryCode extractCountryCode()
String extractAreaCode()
String extractSubscriberNumber()
Copyright © 2010–2018 Jadira Systems. All rights reserved.