Skip navigation links
C E F G H I O P T V W 

C

constructMessage(String, Throwable) - Method in exception org.jadira.cdt.exception.WrappedCheckedException
Constructs an exception String with the given message and incorporating the causing exception
constructMessage(String, Throwable) - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
Constructs an exception String with the given message and incorporating the causing exception
CountryCode - Interface in org.jadira.cdt.country
Defines a Country Code

E

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.

F

findWrapped(Class<E>) - Method in exception org.jadira.cdt.exception.WrappedCheckedException
Returns the next parent exception of the given type, or null
findWrapped(Class<E>) - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
Returns the next parent exception of the given type, or null

G

getAlpha2Code() - Method in interface org.jadira.cdt.country.CountryCode
Get the ISO 3166-1 alpha-2 code.
getAlpha2Code() - Method in enum org.jadira.cdt.country.ISOCountryCode
Get the ISO 3166-1 alpha-2 code.
getAlpha3Code() - Method in interface org.jadira.cdt.country.CountryCode
Get the ISO 3166-1 alpha-3 code.
getAlpha3Code() - Method in enum org.jadira.cdt.country.ISOCountryCode
Get the ISO 3166-1 alpha-3 code.
getByAlpha2Code(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-2 code.
getByAlpha3Code(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-3 code.
getByCode(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-2 or alpha-3 code.
getByDiallingRegionCode(Integer) - Static method in enum org.jadira.cdt.country.ISOCountryCode
Get a CountryCode that corresponds to a given Dialling Region code.
getByNumericCode(Integer) - Static method in enum org.jadira.cdt.country.ISOCountryCode
Get a CountryCode that corresponds to a given ISO 3166-1 numericCode code.
getCountryDiallingCode() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
Returns the dialling code for the country that this phone number belongs to.
getCountryDiallingCode() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Returns the dialling code for the country that this phone number belongs to.
getCountryName() - Method in interface org.jadira.cdt.country.CountryCode
Get the country name.
getCountryName() - Method in enum org.jadira.cdt.country.ISOCountryCode
Get the country name.
getDiallingRegionCode() - Method in interface org.jadira.cdt.country.CountryCode
Gets the International Direct Dial prefix for the country
getDiallingRegionCode() - Method in enum org.jadira.cdt.country.ISOCountryCode
Gets the International Direct Dial prefix for the country
getExtension() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
Returns the extension for the phone number or null.
getExtension() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Returns the extension for the phone number or null.
getMessage() - Method in exception org.jadira.cdt.exception.WrappedCheckedException
Return the detail message, including the message from the Wrapped exception if there is one.
getMessage() - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
Return the detail message, including the message from the wrapped exception if there is one.
getNationalNumber() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
Returns the national number part for the phone number.
getNationalNumber() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Returns the national number part for the phone number.
getNumericCode() - Method in interface org.jadira.cdt.country.CountryCode
Get the ISO 3166-1 numeric code.
getNumericCode() - Method in enum org.jadira.cdt.country.ISOCountryCode
getRootCause() - Method in exception org.jadira.cdt.exception.WrappedCheckedException
Retrieves the ultimate root cause for this exception, or null
getRootCause() - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
Retrieves the ultimate root cause for this exception, or null
getUnderlyingPhoneNumber() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Returns the underlying LibPhoneNumber Phonenumber.PhoneNumber instance.

H

hashCode() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension

I

ISOCountryCode - Enum in org.jadira.cdt.country
Enumeration of ISO ISO 3166-1 country codes.

O

ofE164PhoneNumberString(String) - Static method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Creates a new E164 Phone Number.
ofE164PhoneNumberStringAndExtension(String, String) - Static method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Creates a new E164 Phone Number with the given extension.
ofE164PhoneNumberWithExtensionString(String) - Static method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Creates a new E164 Phone Number with the given extension.
ofPhoneNumberString(String, CountryCode) - Static method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Creates a new E164 Phone Number.
ofPhoneNumberStringAndExtension(String, String, CountryCode) - Static method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Creates a new E164 Phone Number with the given extension.
org.jadira.cdt.country - package org.jadira.cdt.country
 
org.jadira.cdt.exception - package org.jadira.cdt.exception
 
org.jadira.cdt.phonenumber.api - package org.jadira.cdt.phonenumber.api
 
org.jadira.cdt.phonenumber.impl - package org.jadira.cdt.phonenumber.impl
 

P

PhoneNumber - Interface in org.jadira.cdt.phonenumber.api
Applies to representations of phone numbers.
PhoneNumberParseException - Exception in org.jadira.cdt.phonenumber.api
Represents an error caused during the parsing of a phone number.
PhoneNumberParseException(String, NumberParseException) - Constructor for exception org.jadira.cdt.phonenumber.api.PhoneNumberParseException
Creates a new instance for the given NumberParseException
PhoneNumberParseException(String) - Constructor for exception org.jadira.cdt.phonenumber.api.PhoneNumberParseException
Creates a new instance with the given message

T

toE164NumberString() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
Returns the E164 formatted telephone number.
toE164NumberString() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Returns the E164 formatted telephone number.
toE164NumberWithExtensionString() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
Returns the E164 formatted telephone number.
toE164NumberWithExtensionString() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
Returns the E164 formatted telephone number.
toString() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension

V

valueOf(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jadira.cdt.country.ISOCountryCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WrappedCheckedException - Exception in org.jadira.cdt.exception
Class for constructing checked Exceptions with a given root cause.
WrappedCheckedException(String) - Constructor for exception org.jadira.cdt.exception.WrappedCheckedException
Construct a WrappedCheckedException with the specified message.
WrappedCheckedException(String, Throwable) - Constructor for exception org.jadira.cdt.exception.WrappedCheckedException
Construct a WrappedCheckedException with the specified message and wrapped exception.
WrappedRuntimeException - Exception in org.jadira.cdt.exception
Class for constructing runtime Exceptions with a given root cause.
WrappedRuntimeException(String) - Constructor for exception org.jadira.cdt.exception.WrappedRuntimeException
Construct a WrappedRuntimeException with the specified message.
WrappedRuntimeException(String, Throwable) - Constructor for exception org.jadira.cdt.exception.WrappedRuntimeException
Construct a WrappedRuntimeException with the specified message and wrapped exception.
C E F G H I O P T V W 
Skip navigation links

Copyright © 2010–2018 Jadira Systems. All rights reserved.