- E164PhoneNumberWithExtension - Class in org.jadira.cdt.phonenumber.impl
-
This class represents a phone number with a broadly canonical rendering.
- E164PhoneNumberWithExtension(Phonenumber.PhoneNumber) - Constructor for class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Creates a instance from the given PhoneNumber
- E164PhoneNumberWithExtension(String) - Constructor for class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Creates a new E164 Phone Number with the given extension.
- E164PhoneNumberWithExtension(String, String) - Constructor for class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Creates a new E164 Phone Number with the given extension.
- E164PhoneNumberWithExtension(String, CountryCode) - Constructor for class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Creates a new E164 Phone Number.
- E164PhoneNumberWithExtension(String, String, CountryCode) - Constructor for class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Creates a new E164 Phone Number with the given extension.
- equals(Object) - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
- extractAreaCode() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
-
Splits the national number into its constituent parts, returning that part of the number that
represents the area code.
- extractAreaCode() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Splits the national number into its constituent parts, returning that part of the number that
represents the area code.
- extractCountryCode() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
-
Returns the CountryCode this number belongs to
- extractCountryCode() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Returns the CountryCode this number belongs to
- extractSubscriberNumber() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
-
Splits the national number into its constituent parts, returning that part of the number that
represents the subscriber number.
- extractSubscriberNumber() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Splits the national number into its constituent parts, returning that part of the number that
represents the subscriber number.