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

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

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("22", "Camtel (fixed telephony)\u00A15\u00A15");
    propertiesMap.put("77", "MTN-Cameroon\u00A15\u00A15");
    propertiesMap.put("99", "SCM (Mobilis)\u00A15\u00A15");
    propertiesMap.put("34", "Camtel (fixed telephony)\u00A15\u00A15");
    propertiesMap.put("230", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("231", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("332", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("333", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("334", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("335", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("5", "MTN-Cameroon\u00A16\u00A16");
    propertiesMap.put("336", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("6", "Orange-Cameroun\u00A16\u00A16");
    propertiesMap.put("337", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("338", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("339", "Camtel (fixed telephony)\u00A14\u00A14");
    propertiesMap.put("76", "MTN-Cameroon\u00A15\u00A15");
    propertiesMap.put("98", "SCM (Mobilis)\u00A15\u00A15");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy