de.knightsoftnet.validators.shared.data.PhoneRegionCode233ConstantsImpl Maven / Gradle / Ivy
package de.knightsoftnet.validators.shared.data;
import java.util.HashMap;
import java.util.Map;
public class PhoneRegionCode233ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode233Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("392", "Asankragua");
propertiesMap.put("394", "Samreboi");
propertiesMap.put("395", "Enchi");
propertiesMap.put("432", "Winneba1");
propertiesMap.put("872", "Mampong-Akwapim");
propertiesMap.put("752", "Salaga");
propertiesMap.put("876", "Aburi");
propertiesMap.put("953", "Akatsi / Kete-Krachi");
propertiesMap.put("91", "Ho");
propertiesMap.put("756", "Wa1");
propertiesMap.put("715", "Walewale");
propertiesMap.put("51", "Kumasi");
propertiesMap.put("716", "Buipe");
propertiesMap.put("717", "Damongo");
propertiesMap.put("54", "MTN");
propertiesMap.put("362", "Takoradi2");
propertiesMap.put("561", "Mampong-Ashanti");
propertiesMap.put("882", "Akim Oda");
propertiesMap.put("762", "Gambaga");
propertiesMap.put("565", "Ejura");
propertiesMap.put("642", "Berekum");
propertiesMap.put("962", "Aflao");
propertiesMap.put("567", "Brong Ahafo");
propertiesMap.put("842", "Nkawkaw / Nsawam");
propertiesMap.put("568", "Yeji");
propertiesMap.put("966", "Keta");
propertiesMap.put("648", "Dormaa-Ahenkro");
propertiesMap.put("846", "Mpraeso");
propertiesMap.put("61", "Sunyani");
propertiesMap.put("968", "Ada");
propertiesMap.put("848", "Donkorkrom");
propertiesMap.put("20", "GT-Vodafone");
propertiesMap.put("21", "Accra");
propertiesMap.put("22", "Lashibi");
propertiesMap.put("23", "Glo Mobile");
propertiesMap.put("24", "MTN");
propertiesMap.put("26", "Airtel (Zain)");
propertiesMap.put("27", "Tigo/Millicom");
propertiesMap.put("28", "Kasapa");
propertiesMap.put("372", "Dunkwa");
propertiesMap.put("251", "Akosombo");
propertiesMap.put("572", "Bekwai");
propertiesMap.put("531", "Konongo");
propertiesMap.put("652", "Wenchi");
propertiesMap.put("653", "Techiman");
propertiesMap.put("71", "Tamale");
propertiesMap.put("72", "Bolgatanga");
propertiesMap.put("935", "Hohoe");
propertiesMap.put("31", "Takoradi");
propertiesMap.put("582", "Obuasi");
propertiesMap.put("342", "Axim");
propertiesMap.put("345", "Elubo");
propertiesMap.put("743", "Bawku");
propertiesMap.put("81", "Koforidua");
propertiesMap.put("746", "Bole");
propertiesMap.put("41", "Swedru");
propertiesMap.put("42", "Cape Coast");
}
public PhoneRegionCode233ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy