All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.validators.shared.data.PhoneRegionCode265ConstantsImpl Maven / Gradle / Ivy

package de.knightsoftnet.validators.shared.data;

import java.util.HashMap;
import java.util.Map;

public class PhoneRegionCode265ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode265Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("474", "Makwasa");
    propertiesMap.put("486", "Thornwood");
    propertiesMap.put("465", "Mulanje");
    propertiesMap.put("531", "Domasi");
    propertiesMap.put("477", "Luchenza");
    propertiesMap.put("664", "Njuli");
    propertiesMap.put("533", "Thondwe");
    propertiesMap.put("534", "Namadzi");
    propertiesMap.put("766", "Likuni");
    propertiesMap.put("8", "Mobile Phone Number");
    propertiesMap.put("9", "Mobile Phone Number");
  }

  public PhoneRegionCode265ConstantsImpl() {
    propertiesMap = new HashMap<>();
    fillMap0();
  }

  @Override
  public Map properties() {
    return propertiesMap;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy