de.knightsoftnet.validators.shared.data.PhoneRegionCode269ConstantsImpl 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 PhoneRegionCode269ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode269Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("22", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("66", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("23", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("67", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("24", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("68", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("69", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("710", "Mutsamudu\u00A13\u00A13");
propertiesMap.put("712", "Mutsamudu\u00A13\u00A13");
propertiesMap.put("713", "Mutsamudu\u00A13\u00A13");
propertiesMap.put("714", "Sima\u00A13\u00A13");
propertiesMap.put("715", "Mutsamudu\u00A13\u00A13");
propertiesMap.put("716", "Mutsamudu\u00A13\u00A13");
propertiesMap.put("73", "Moroni and Centre of the Island\u00A14\u00A14");
propertiesMap.put("717", "Domoni\u00A13\u00A13");
propertiesMap.put("74", "Moroni and Centre of the Island\u00A14\u00A14");
propertiesMap.put("718", "Sima\u00A13\u00A13");
propertiesMap.put("75", "Moroni and Centre of the Island\u00A14\u00A14");
propertiesMap.put("719", "Domoni\u00A13\u00A13");
propertiesMap.put("76", "Numbering plan of Internet\u00A14\u00A14");
propertiesMap.put("77", "Mb\u00E9ni and East of the Island\u00A14\u00A14");
propertiesMap.put("78", "Mitsamiouli and North of the Island\u00A14\u00A14");
propertiesMap.put("79", "Foumbouni and South of the Island\u00A14\u00A14");
propertiesMap.put("761", "Moroni and Centre of the Island\u00A13\u00A13");
propertiesMap.put("3", "Mobile Phone\u00A15\u00A15");
propertiesMap.put("720", "Fomboni\u00A13\u00A13");
propertiesMap.put("721", "Fomboni\u00A13\u00A13");
propertiesMap.put("722", "Fomboni\u00A13\u00A13");
propertiesMap.put("723", "Fomboni\u00A13\u00A13");
propertiesMap.put("724", "Fomboni\u00A13\u00A13");
propertiesMap.put("60", "Mayotte\u00A14\u00A14");
propertiesMap.put("725", "Fomboni\u00A13\u00A13");
propertiesMap.put("769", "Moroni and Centre of the Island\u00A13\u00A13");
propertiesMap.put("61", "Mayotte\u00A14\u00A14");
propertiesMap.put("726", "Nioumachoua\u00A13\u00A13");
propertiesMap.put("62", "Mayotte\u00A14\u00A14");
propertiesMap.put("727", "Nioumachoua\u00A13\u00A13");
propertiesMap.put("63", "Mayotte\u00A14\u00A14");
propertiesMap.put("728", "Wanani\u00A13\u00A13");
propertiesMap.put("64", "Mayotte\u00A14\u00A14");
propertiesMap.put("20", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("729", "Wanani\u00A13\u00A13");
propertiesMap.put("21", "Mobile Phone (Mayotte)\u00A14\u00A14");
propertiesMap.put("65", "Mobile Phone (Mayotte)\u00A14\u00A14");
}
public PhoneRegionCode269ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy