| Package | Description |
|---|---|
| de.knightsoftnet.validators.shared.data |
this package contains interfaces for constants.
|
| de.knightsoftnet.validators.shared.util |
utility classes which can be used on server and client side.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneCountryData |
PhoneCountryCodeData.getPhoneCountryData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PhoneCountryData> |
PhoneCountryConstantsImpl.countryMap() |
Map<String,PhoneCountryData> |
PhoneCountrySharedConstants.countryMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneCountryCodeData.setPhoneCountryData(PhoneCountryData pphoneCountryData) |
| Constructor and Description |
|---|
PhoneCountryConstantsImpl(Set<PhoneCountryCodeData> pcountryCode,
Map<String,PhoneCountryData> pcountryMap)
constructor initializing set.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PhoneNumberUtil.formatCommon(PhoneNumberInterface pphoneNumberData,
PhoneCountryData pcountryData)
format phone number in common format.
|
String |
PhoneNumberUtil.formatDin5008(PhoneNumberInterface pphoneNumberData,
PhoneCountryData pcountryData)
format phone number in DIN 5008 format.
|
String |
PhoneNumberUtil.formatE123(PhoneNumberInterface pphoneNumberData,
PhoneCountryData pcountryData)
format phone number in E123 format.
|
PhoneNumberInterface |
PhoneNumberUtil.parsePhoneNumber(String pphoneNumber,
PhoneNumberInterface pphoneNumberData,
PhoneCountryData pcountryData)
parse phone number.
|
Copyright © 2015–2016. All rights reserved.