de.knightsoftnet.validators.shared.data.PhoneRegionCode676ConstantsImpl Maven / Gradle / Ivy
package de.knightsoftnet.validators.shared.data;
import java.util.HashMap;
import java.util.Map;
public class PhoneRegionCode676ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode676Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("44", "Matangiake");
propertiesMap.put("88", "Vava\u2019u Island Group\u00A15\u00A15");
propertiesMap.put("89", "Ha\u2019apai Island Group\u00A15\u00A15");
propertiesMap.put("46", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("49", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("50", "Eua");
propertiesMap.put("53", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("54", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("55", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("56", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("57", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("58", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("15", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("59", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("16", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("17", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("18", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("19", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("60", "Ha\u2019apai Group");
propertiesMap.put("63", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("20", "Nuku\u2019alofa");
propertiesMap.put("64", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("21", "Nuku\u2019alofa");
propertiesMap.put("65", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("22", "Nuku\u2019alofa");
propertiesMap.put("66", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("23", "Nuku\u2019alofa");
propertiesMap.put("67", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("24", "Nuku\u2019alofa");
propertiesMap.put("68", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("25", "Nuku\u2019alofa");
propertiesMap.put("69", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("26", "Nuku\u2019alofa");
propertiesMap.put("27", "Nuku\u2019alofa");
propertiesMap.put("28", "Nuku\u2019alofa");
propertiesMap.put("29", "Pea");
propertiesMap.put("70", "Neiafu");
propertiesMap.put("71", "Neiafu");
propertiesMap.put("30", "Pea");
propertiesMap.put("74", "Neiafu");
propertiesMap.put("31", "Mua");
propertiesMap.put("75", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("32", "Mua");
propertiesMap.put("76", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("33", "Kolonga");
propertiesMap.put("77", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("34", "Kolonga");
propertiesMap.put("78", "Mobile Phone\u00A13\u00A13");
propertiesMap.put("35", "Nakolo");
propertiesMap.put("79", "Neiafu");
propertiesMap.put("36", "Nakolo");
propertiesMap.put("37", "Vaini");
propertiesMap.put("38", "Vaini");
propertiesMap.put("80", "Niuafo\u2019ou");
propertiesMap.put("41", "Masilamea");
propertiesMap.put("85", "Niuatoputapu");
propertiesMap.put("42", "Masilamea");
propertiesMap.put("43", "Matangiake");
propertiesMap.put("87", "Tongatapu Island Group\u00A15\u00A15");
}
public PhoneRegionCode676ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy