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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode386ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode386Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("49", "Mobitel\u00A16\u00A16");
    propertiesMap.put("1", "Ljubljana\u00A17\u00A17");
    propertiesMap.put("2", "Maribor, Ravne na Koroskem, Murska Sobota\u00A17\u00A17");
    propertiesMap.put("3", "Celje, Trbovlje\u00A17\u00A17");
    propertiesMap.put("4", "Kranj\u00A17\u00A17");
    propertiesMap.put("5", "Nova Gorica, Koper, Postojna\u00A17\u00A17");
    propertiesMap.put("7", "Novo mesto, Krsko\u00A17\u00A17");
    propertiesMap.put("70", "Tu.mobil\u00A16\u00A16");
    propertiesMap.put("60", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("71", "Mobitel\u00A16\u00A16");
    propertiesMap.put("50", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("61", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("40", "Si.mobil\u00A16\u00A16");
    propertiesMap.put("51", "Mobitel\u00A16\u00A16");
    propertiesMap.put("30", "Si.mobil\u00A16\u00A16");
    propertiesMap.put("41", "Mobitel\u00A16\u00A16");
    propertiesMap.put("20", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("31", "Mobitel\u00A16\u00A16");
    propertiesMap.put("64", "T-2\u00A16\u00A16");
    propertiesMap.put("21", "Mobile Phone\u00A16\u00A16");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy