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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode383ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode383Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("22", "Sremska Mitrovica");
    propertiesMap.put("66", "mt:s");
    propertiesMap.put("23", "Zrenjanin");
    propertiesMap.put("24", "Subotica");
    propertiesMap.put("25", "Sombor");
    propertiesMap.put("69", "Telenor Serbia");
    propertiesMap.put("26", "Smederevo");
    propertiesMap.put("27", "Prokuplje");
    propertiesMap.put("28", "Kosovska Mitrovica");
    propertiesMap.put("29", "Prizren");
    propertiesMap.put("290", "Urosevac");
    propertiesMap.put("390", "Dakovica");
    propertiesMap.put("230", "Kikinda");
    propertiesMap.put("30", "Bor");
    propertiesMap.put("31", "Uzice");
    propertiesMap.put("10", "Pirot");
    propertiesMap.put("32", "Cacak");
    propertiesMap.put("11", "Beograd");
    propertiesMap.put("33", "Prijepolije");
    propertiesMap.put("12", "Pozarevac");
    propertiesMap.put("34", "Kragujevac");
    propertiesMap.put("13", "Pancevo");
    propertiesMap.put("35", "Jagodina");
    propertiesMap.put("14", "Valjevo");
    propertiesMap.put("36", "Krajevo");
    propertiesMap.put("15", "Sabac");
    propertiesMap.put("37", "Krusevac");
    propertiesMap.put("16", "Leskovac");
    propertiesMap.put("38", "Pristina");
    propertiesMap.put("17", "Vranje");
    propertiesMap.put("39", "Pec");
    propertiesMap.put("18", "Nis");
    propertiesMap.put("19", "Zajecar");
    propertiesMap.put("280", "Gnjilane");
    propertiesMap.put("60", "Vip mobile");
    propertiesMap.put("61", "Vip mobile");
    propertiesMap.put("62", "Telenor Serbia");
    propertiesMap.put("63", "Telenor Serbia");
    propertiesMap.put("20", "Novi Pazar");
    propertiesMap.put("64", "mt:s");
    propertiesMap.put("21", "Novi Sad");
    propertiesMap.put("65", "mt:s");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy