de.knightsoftnet.validators.shared.data.PhoneRegionCode33ConstantsImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mt-bean-validators Show documentation
Show all versions of mt-bean-validators Show documentation
The MT Bean Validators is a collection of JSR-303/JSR-349/JSR-380 bean validators. It's extracted from
GWT Bean Validators and contains no dependencies to GWT.
package de.knightsoftnet.validators.shared.data;
import java.util.HashMap;
import java.util.Map;
public class PhoneRegionCode33ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode33Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("272", "Pays de la Loire");
propertiesMap.put("470", "Vichy");
propertiesMap.put("351", "Champagne - Ardenne");
propertiesMap.put("276", "Haute Normandie");
propertiesMap.put("354", "Lorraine");
propertiesMap.put("234", "Centre");
propertiesMap.put("434", "Languedoc Roussillon");
propertiesMap.put("236", "Centre");
propertiesMap.put("359", "Nord Pas-de-Calais");
propertiesMap.put("559", "Biarritz");
propertiesMap.put("516", "Poitou Charente");
propertiesMap.put("360", "Picardie");
propertiesMap.put("361", "Nord Pas-de-Calais");
propertiesMap.put("362", "Nord Pas-de-Calais");
propertiesMap.put("363", "Franche Comt\u00E8");
propertiesMap.put("1", "Paris and Paris Area (Ile de France)");
propertiesMap.put("2", "Northwest France including Normandy and Brittany");
propertiesMap.put("442", "Aix-En-Provence");
propertiesMap.put("486", "Provence");
propertiesMap.put("3", "Northeast France including Alsace and Lorraine");
propertiesMap.put("488", "Provence");
propertiesMap.put("4", "Southeast France including the C\u00F4te d\u00B4Azur");
propertiesMap.put("247", "Tours");
propertiesMap.put("5", "Southwest France including Aquitaine");
propertiesMap.put("489", "C\u00F4te d'Azur");
propertiesMap.put("369", "Alsace");
propertiesMap.put("567", "Midi Pyr\u00E8n\u00E8es");
propertiesMap.put("6", "Mobile Phone Number");
propertiesMap.put("800", "free of charges");
propertiesMap.put("9", "Voice over IP Phone (Lifebox)\u00A18\u00A18");
propertiesMap.put("290", "Bretagne");
propertiesMap.put("250", "Basse Normandie");
propertiesMap.put("494", "St. Tropez");
propertiesMap.put("253", "Pays de la Loire");
propertiesMap.put("495", "Corsica");
propertiesMap.put("456", "Is\u00E8re- Savoie- or Haute-Savoie");
propertiesMap.put("73", "Mobile Phone Number");
propertiesMap.put("74", "Mobile Phone Number");
propertiesMap.put("75", "Mobile Phone Number");
propertiesMap.put("76", "Mobile Phone Number");
propertiesMap.put("77", "Mobile Phone Number");
propertiesMap.put("78", "Mobile Phone Number");
propertiesMap.put("8u5b1-689]u5b0-9]", "extra charges");
propertiesMap.put("581", "Midi Pyr\u00E8n\u00E8es");
propertiesMap.put("463", "Auvergne");
propertiesMap.put("540", "Aquitaine");
propertiesMap.put("420", "Corsica");
propertiesMap.put("345", "Bourgogne");
propertiesMap.put("587", "Limousin");
propertiesMap.put("467", "Montpellier");
propertiesMap.put("700", "Mobile Phone Number");
propertiesMap.put("426", "Ard\u00E8che- Ain- Dr\u00F4me- Loire- and Rh\u00F4ne");
propertiesMap.put("547", "Aquitaine");
propertiesMap.put("427", "Ard\u00E8che- Ain- Dr\u00F4me- Loire- and Rh\u00F4ne");
propertiesMap.put("549", "Chauvigny");
propertiesMap.put("87", "non-geographic interpersonal numbers\u00A13\u00A13");
}
public PhoneRegionCode33ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy