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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode502ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode502Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("18", "Reverse charge services\u00A19\u00A19");
    propertiesMap.put("19", "Calling-party-pays services\u00A19\u00A19");
    propertiesMap.put("1459", "Used for the \u201Ccountry direct\u201D service\u00A13\u00A13");
    propertiesMap.put("1800", "International freephone service\u00A17\u00A17");
    propertiesMap.put("2", "Guatemala city\u00A17\u00A17");
    propertiesMap.put("4", "Mobile Phone\u00A17\u00A17");
    propertiesMap.put("5", "Mobile Phone\u00A17\u00A17");
    propertiesMap.put("6", "Guatemala city (suburbs)\u00A17\u00A17");
    propertiesMap.put("7", "Outside Guatamala city\u00A17\u00A17");
    propertiesMap.put("9", "Antigua");
    propertiesMap.put("1901", "Special calling-party-pays national services\u00A17\u00A17");
    propertiesMap.put("1801", "National freephone service\u00A17\u00A17");
    propertiesMap.put("1900", "Special calling-party-pays international services\u00A17\u00A17");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy