de.knightsoftnet.validators.shared.data.PhoneRegionCode66ConstantsImpl Maven / Gradle / Ivy
package de.knightsoftnet.validators.shared.data;
import java.util.HashMap;
import java.util.Map;
public class PhoneRegionCode66ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode66Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("44", "north-eastern region: Nakhon Ratchasima, Surin, Buriram and Chaiyaphum\u00A16\u00A16");
propertiesMap.put("22", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("45", "north-eastern region: Ubon Ratchathani, Amnat Charoen, Si Sa Ket and Yasothon\u00A16\u00A16");
propertiesMap.put("23", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("89", "Mobile Phone\u00A17\u00A17");
propertiesMap.put("24", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("25", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("26", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("27", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("28", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("29", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("73", "southern region: Yala, Pattani and Narathiwat\u00A16\u00A16");
propertiesMap.put("74", "southern region: Songkla, Phattalung and Satun\u00A16\u00A16");
propertiesMap.put("53", "northern region: Chiang Mai, Lamphun, Mae Hong Son and Chiang Rai\u00A16\u00A16");
propertiesMap.put("75", "southern region: Trang, Nakhon Sri Thammarat and Krabi\u00A16\u00A16");
propertiesMap.put("32", "central region: Ratchaburi and Phetchaburi, Prachuap and Khiri Khan\u00A16\u00A16");
propertiesMap.put("54", "northern region: Lampang, Payao, Phrae and Nan\u00A16\u00A16");
propertiesMap.put("76", "southern region: Phuket and Phang-nga\u00A16\u00A16");
propertiesMap.put("55", "northern region: Phitsanulok, Uttaradit, Tak, Sukhothai and Kamphaeng Phet\u00A16\u00A16");
propertiesMap.put("77", "southern region: Surat Thani, Chumpon and Ranong\u00A16\u00A16");
propertiesMap.put("34", "central region: Nakhon Pathom, Samut Sakhon, Kanchanaburi and Samut Songkhram\u00A16\u00A16");
propertiesMap.put("56", "northern region: Nakhon Sawan, Chainat, Uthai Thani, Phichit and Phetchabun\u00A16\u00A16");
propertiesMap.put("35", "central region: Pra Nakhon Sri Ayutthaya, Suphan Buri and Ang Thong\u00A16\u00A16");
propertiesMap.put("36", "central region: Saraburi, Lop Buri and Sing Buri\u00A16\u00A16");
propertiesMap.put("37", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("38", "eastern region: Prachin Buri, Sa Kaeo and Nakhon Nayok\u00A16\u00A16");
propertiesMap.put("39", "eastern region: Chanthaburi and Trat\u00A16\u00A16");
propertiesMap.put("81", "Mobile Phone\u00A17\u00A17");
propertiesMap.put("60", "Nationwide\u00A17\u00A17");
propertiesMap.put("83", "Mobile Phone\u00A17\u00A17");
propertiesMap.put("84", "Mobile Phone\u00A17\u00A17");
propertiesMap.put("85", "Mobile Phone\u00A17\u00A17");
propertiesMap.put("42", "north-eastern region: Udon Thani, Nong Bua Lamphu, Nong Khai, Nakhon Phanom, Mukdahan, Sakon Nakhon and Loei\u00A16\u00A16");
propertiesMap.put("86", "Mobile Phone\u00A17\u00A17");
propertiesMap.put("43", "Khon Kean, Roi Et, Maha Sarakham and Kalasin\u00A16\u00A16");
propertiesMap.put("21", "Bangkok and vicinity: Nonthaburi, Pathum Thani and Samut Prakarn\u00A16\u00A16");
propertiesMap.put("87", "Mobile Phone\u00A17\u00A17");
}
public PhoneRegionCode66ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy