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

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

Go to download

The MT Bean Validators is a collection of JSR-303/JSR-349/JSR-380 bean validators. It's extracted from GWT Bean Validators and contains no dependencies to GWT.

There is a newer version: 2.3.1
Show newest version
package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode358ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode358Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("13", "Pohjois-Karjala");
    propertiesMap.put("14", "Keski-Suomi");
    propertiesMap.put("15", "Mikkeli");
    propertiesMap.put("16", "Lappi");
    propertiesMap.put("17", "Kuopio");
    propertiesMap.put("18", "Maarianhamina");
    propertiesMap.put("19", "Uusimaa II");
    propertiesMap.put("4u5b0-46-9]", "Mobile Phone");
    propertiesMap.put("2", "Turku ja Pori");
    propertiesMap.put("3", "H\u00E4me");
    propertiesMap.put("5", "Kymi");
    propertiesMap.put("500", "Mobile Phone");
    propertiesMap.put("6", "Vaasa");
    propertiesMap.put("457", "Mobile Phone");
    propertiesMap.put("8", "Oulu");
    propertiesMap.put("9", "Uusimaa I");
    propertiesMap.put("50", "Mobile Phone");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy