Package | Description |
---|---|
org.jadira.cdt.country | |
org.jadira.cdt.phonenumber.impl | |
org.jadira.usertype.country.columnmapper |
Modifier and Type | Method and Description |
---|---|
static ISOCountryCode |
ISOCountryCode.getByAlpha2Code(String code)
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-2 code.
|
static ISOCountryCode |
ISOCountryCode.getByAlpha3Code(String code)
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-3 code.
|
static ISOCountryCode |
ISOCountryCode.getByCode(String code)
|
static ISOCountryCode |
ISOCountryCode.getByDiallingRegionCode(Integer code)
Get a CountryCode that corresponds to a given Dialling Region code.
|
static ISOCountryCode |
ISOCountryCode.getByNumericCode(Integer code)
Get a CountryCode that corresponds to a given ISO 3166-1
numericCode code.
|
static ISOCountryCode |
ISOCountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISOCountryCode[] |
ISOCountryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ISOCountryCode |
E164PhoneNumberWithExtension.extractCountryCode()
Returns the CountryCode this number belongs to
|
Modifier and Type | Method and Description |
---|---|
ISOCountryCode |
StringColumnISOCountryCodeMapper.fromNonNullValue(String s) |
Modifier and Type | Method and Description |
---|---|
String |
StringColumnISOCountryCodeMapper.toNonNullValue(ISOCountryCode value) |
Copyright © 2010–2018 Jadira Systems. All rights reserved.