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

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

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("78", "Mobile Phone (TELECEL)\u00A16\u00A16");
    propertiesMap.put("70", "Mobile Phone (TELMOB)\u00A16\u00A16");
    propertiesMap.put("50", "Centre provinces\u00A16\u00A16");
    propertiesMap.put("40", "Eastern provinces\u00A16\u00A16");
    propertiesMap.put("20", "Western provinces\u00A16\u00A16");
    propertiesMap.put("76", "Mobile Phone (CELTEL)\u00A16\u00A16");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy