de.knightsoftnet.validators.shared.data.PhoneRegionCode222ConstantsImpl 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 PhoneRegionCode222ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode222Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("550", "Bogh\u00E9\u00A14\u00A14");
propertiesMap.put("533", "Ka\u00E9di\u00A14\u00A14");
propertiesMap.put("544", "Zou\u00E9rat\u00A14\u00A14");
propertiesMap.put("534", "S\u00E9libaby\u00A14\u00A14");
propertiesMap.put("513", "N\u00E9ma\u00A14\u00A14");
propertiesMap.put("546", "Atar\u00A14\u00A14");
propertiesMap.put("569", "Tidjikja\u00A14\u00A14");
propertiesMap.put("515", "Aioun\u00A14\u00A14");
propertiesMap.put("63", "Mobile Phone (Mattel)\u00A15\u00A15");
propertiesMap.put("64", "Mobile Phone (Mauritel Mobiles)\u00A15\u00A15");
}
public PhoneRegionCode222ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy