de.knightsoftnet.validators.shared.data.PhoneRegionCode503ConstantsImpl 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 PhoneRegionCode503ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode503Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("22", "Metropolitan area\u00A16\u00A16");
propertiesMap.put("77", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("23", "Central area\u00A16\u00A16");
propertiesMap.put("78", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("24", "Western area\u00A16\u00A16");
propertiesMap.put("79", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("25", "Metropolitan area\u00A16\u00A16");
propertiesMap.put("26", "Eastern area\u00A16\u00A16");
propertiesMap.put("27", "Eastern area\u00A16\u00A16");
propertiesMap.put("28", "Western area\u00A16\u00A16");
propertiesMap.put("29", "Central area\u00A16\u00A16");
propertiesMap.put("800", "Free Phone\u00A14\u00A18");
propertiesMap.put("70", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("900", "Free Phone\u00A14\u00A18");
propertiesMap.put("71", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("72", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("73", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("74", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("20", "Metropolitan area\u00A16\u00A16");
propertiesMap.put("75", "Mobile Phone\u00A16\u00A16");
propertiesMap.put("21", "Metropolitan area\u00A16\u00A16");
propertiesMap.put("76", "Mobile Phone\u00A16\u00A16");
}
public PhoneRegionCode503ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy