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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode376ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode376Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("1", "National Short Numbering Services\u00A13\u00A18");
    propertiesMap.put("3", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("4", "Mobile Phone\u00A16\u00A16");
    propertiesMap.put("6", "Mobile Phone\u00A16\u00A19");
    propertiesMap.put("7", "Telephony & ISDN\u00A16\u00A16");
    propertiesMap.put("8", "Telephony & ISDN\u00A16\u00A16");
    propertiesMap.put("9", "Special Services\u00A16\u00A16");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy