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

de.knightsoftnet.validators.shared.data.PhoneRegionCode41ConstantsImpl 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 PhoneRegionCode41ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode41Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("44", "NZ Zurich\u00A11\u00A111");
    propertiesMap.put("22", "NZ Geneva\u00A11\u00A111");
    propertiesMap.put("808", "freephone numbers");
    propertiesMap.put("809", "freephone numbers");
    propertiesMap.put("24", "NZ Yverdon, Aigle\u00A11\u00A111");
    propertiesMap.put("26", "NZ Fribourg\u00A11\u00A111");
    propertiesMap.put("27", "NZ Sion\u00A11\u00A111");
    propertiesMap.put("91", "NZ Bellinzona\u00A11\u00A111");
    propertiesMap.put("878", "personal numbers (UPT)");
    propertiesMap.put("71", "NZ St. Gallen\u00A11\u00A111");
    propertiesMap.put("51", "country-wide\u00A11\u00A111");
    propertiesMap.put("52", "NZ Winterthur\u00A11\u00A111");
    propertiesMap.put("74", "paging services\u00A11\u00A111");
    propertiesMap.put("31", "NZ Berne\u00A11\u00A111");
    propertiesMap.put("32", "NZ Bienne, Neuch\u00E2tel, Soleure, Jura\u00A11\u00A111");
    propertiesMap.put("76", "GSM900 / GSM1800 / UMTS");
    propertiesMap.put("98", "routing numbers\u00A11\u00A111");
    propertiesMap.put("33", "NZ Thun\u00A11\u00A111");
    propertiesMap.put("55", "NZ Rapperswil\u00A11\u00A111");
    propertiesMap.put("77", "GSM900 / GSM1800 / UMTS");
    propertiesMap.put("99", "internal network numbers\u00A11\u00A111");
    propertiesMap.put("34", "NZ Burgdorf, Langnau i.E.\u00A11\u00A111");
    propertiesMap.put("56", "NZ Baden\u00A11\u00A111");
    propertiesMap.put("78", "GSM900 / GSM1800 / UMTS");
    propertiesMap.put("79", "GSM900 / GSM1800 / UMTS");
    propertiesMap.put("58", "corporate networks\u00A11\u00A111");
    propertiesMap.put("1", "NZ Zurich\u00A12\u00A17");
    propertiesMap.put("860", "voice mail access\u00A19\u00A19");
    propertiesMap.put("800", "freephone numbers");
    propertiesMap.put("801", "freephone numbers");
    propertiesMap.put("81", "NZ Chur\u00A11\u00A111");
    propertiesMap.put("900", "premium rate service for business, marketing");
    propertiesMap.put("802", "freephone numbers");
    propertiesMap.put("901", "premium rate service for entertainment, games and telephone competitions");
    propertiesMap.put("61", "NZ Basel\u00A11\u00A111");
    propertiesMap.put("803", "freephone numbers");
    propertiesMap.put("869", "VPN access (code)\u00A13\u00A110");
    propertiesMap.put("62", "NZ Olten\u00A11\u00A111");
    propertiesMap.put("804", "freephone numbers");
    propertiesMap.put("84", "shared-cost numbers\u00A11\u00A111");
    propertiesMap.put("41", "NZ Lucerne\u00A11\u00A111");
    propertiesMap.put("805", "freephone numbers");
    propertiesMap.put("806", "freephone numbers");
    propertiesMap.put("43", "NZ Zurich\u00A11\u00A111");
    propertiesMap.put("21", "NZ Lausanne\u00A11\u00A111");
    propertiesMap.put("807", "freephone numbers");
    propertiesMap.put("906", "premium rate service for adult entertainment");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy