| Package | Description |
|---|---|
| de.knightsoftnet.validators.shared.data |
this package contains interfaces for constants.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneCountryCodeData |
PhoneCountryData.getCountryCodeData() |
| Modifier and Type | Method and Description |
|---|---|
Set<PhoneCountryCodeData> |
PhoneCountryConstantsImpl.countryCodeData() |
Set<PhoneCountryCodeData> |
PhoneCountrySharedConstants.countryCodeData() |
| Modifier and Type | Method and Description |
|---|---|
int |
PhoneCountryCodeData.compareTo(PhoneCountryCodeData pcompare) |
| Constructor and Description |
|---|
PhoneCountryData(String pcountryCode,
String pcountryCodeName,
String ptrunkCode,
String pexitCode,
boolean pareaCodeMustBeFilled,
PhoneCountryCodeData pcountryCodeData)
constructor initializing fields.
|
| Constructor and Description |
|---|
PhoneCountryConstantsImpl(Set<PhoneCountryCodeData> pcountryCode,
Map<String,PhoneCountryData> pcountryMap)
constructor initializing set.
|
Copyright © 2015–2016. All rights reserved.