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

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

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("88", "Shared Cost Number\u00A15\u00A15");
    propertiesMap.put("89", "Shared Cost Number\u00A15\u00A15");
    propertiesMap.put("90", "Premium Rate\u00A16\u00A16");
    propertiesMap.put("91", "Premium Rate\u00A16\u00A16");
    propertiesMap.put("70", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("92", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("71", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("93", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("72", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("94", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("73", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("95", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("74", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("96", "Keserwan\u00A15\u00A15");
    propertiesMap.put("75", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("97", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("76", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("98", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("77", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("99", "Premium Rate\u00A15\u00A15");
    propertiesMap.put("78", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("79", "Mobile Phone\u00A15\u00A15");
    propertiesMap.put("1", "Beirut\u00A16\u00A16");
    propertiesMap.put("3", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("4", "Aintoura\u00A16\u00A16");
    propertiesMap.put("5", "Aley\u00A16\u00A16");
    propertiesMap.put("6", "Tripoli\u00A16\u00A16");
    propertiesMap.put("7", "Saida\u00A16\u00A16");
    propertiesMap.put("80", "Shared Cost Number\u00A16\u00A16");
    propertiesMap.put("8", "Bekaa\u00A16\u00A16");
    propertiesMap.put("81", "Shared Cost Number\u00A16\u00A16");
    propertiesMap.put("82", "Shared Cost Number\u00A15\u00A15");
    propertiesMap.put("83", "Shared Cost Number\u00A15\u00A15");
    propertiesMap.put("84", "Shared Cost Number\u00A15\u00A15");
    propertiesMap.put("85", "Shared Cost Number\u00A15\u00A15");
    propertiesMap.put("86", "Bekaa Area (Lebanon)\u00A15\u00A15");
    propertiesMap.put("87", "Shared Cost Number\u00A15\u00A15");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy