
de.knightsoftnet.validators.shared.data.PhoneRegionCode670ConstantsImpl Maven / Gradle / Ivy
package de.knightsoftnet.validators.shared.data;
import java.util.HashMap;
import java.util.Map;
public class PhoneRegionCode670ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode670Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("44", "Lautem\u00A15\u00A15");
propertiesMap.put("22", "Cova Lima\u00A15\u00A15");
propertiesMap.put("23", "Bobonaro\u00A15\u00A15");
propertiesMap.put("24", "Ainaro\u00A15\u00A15");
propertiesMap.put("25", "Dekuse\u00A15\u00A15");
propertiesMap.put("90", "premium rate services\u00A15\u00A15");
propertiesMap.put("70", "personal numbering\u00A15\u00A15");
propertiesMap.put("71", "voicemail\u00A15\u00A15");
propertiesMap.put("72", "cellular mobile\u00A15\u00A15");
propertiesMap.put("73", "cellular mobile\u00A15\u00A15");
propertiesMap.put("74", "cellular mobile\u00A15\u00A15");
propertiesMap.put("31", "Dili (reserve)\u00A15\u00A15");
propertiesMap.put("75", "cellular mobile\u00A15\u00A15");
propertiesMap.put("32", "Dili (reserve)\u00A15\u00A15");
propertiesMap.put("76", "cellular mobile\u00A15\u00A15");
propertiesMap.put("33", "Dili (initial)\u00A15\u00A15");
propertiesMap.put("77", "cellular mobile\u00A15\u00A15");
propertiesMap.put("78", "cellular mobile\u00A15\u00A15");
propertiesMap.put("79", "paging\u00A15\u00A15");
propertiesMap.put("36", "Liquica\u00A15\u00A15");
propertiesMap.put("37", "Aileu\u00A15\u00A15");
propertiesMap.put("38", "Ermera\u00A15\u00A15");
propertiesMap.put("39", "Oekusi\u00A15\u00A15");
propertiesMap.put("80", "freephone and specially tariffed services\u00A15\u00A15");
propertiesMap.put("41", "Baucau\u00A15\u00A15");
propertiesMap.put("42", "Manatuto\u00A15\u00A15");
propertiesMap.put("43", "Viqueque\u00A15\u00A15");
propertiesMap.put("21", "Manufahi\u00A15\u00A15");
}
public PhoneRegionCode670ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy