Package | Description |
---|---|
org.jadira.cdt.country | |
org.jadira.cdt.phonenumber.api | |
org.jadira.cdt.phonenumber.impl |
Modifier and Type | Class and Description |
---|---|
class |
ISOCountryCode
Enumeration of ISO ISO 3166-1
country codes.
|
Modifier and Type | Method and Description |
---|---|
CountryCode |
PhoneNumber.extractCountryCode()
Returns the CountryCode this number belongs to
|
Modifier and Type | Method and Description |
---|---|
static E164PhoneNumberWithExtension |
E164PhoneNumberWithExtension.ofPhoneNumberString(String phoneNumber,
CountryCode defaultCountryCode)
Creates a new E164 Phone Number.
|
static E164PhoneNumberWithExtension |
E164PhoneNumberWithExtension.ofPhoneNumberStringAndExtension(String phoneNumber,
String extension,
CountryCode defaultCountryCode)
Creates a new E164 Phone Number with the given extension.
|
Constructor and Description |
---|
E164PhoneNumberWithExtension(String phoneNumber,
CountryCode defaultCountryCode)
Creates a new E164 Phone Number.
|
E164PhoneNumberWithExtension(String phoneNumber,
String extension,
CountryCode defaultCountryCode)
Creates a new E164 Phone Number with the given extension.
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.