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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode593ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode593Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("2", "Pichincha (Quito)\u00A16\u00A17");
    propertiesMap.put("3", "Bol\u00EDvar\u00A16\u00A17");
    propertiesMap.put("4", "Guayas (Guayaquil)\u00A16\u00A17");
    propertiesMap.put("5", "Los Rios\u00A16\u00A17");
    propertiesMap.put("6", "Carchi\u00A16\u00A17");
    propertiesMap.put("7", "Azuay\u00A16\u00A17");
    propertiesMap.put("8", "Mobile Phone\u00A16\u00A17");
    propertiesMap.put("9", "Mobile Phone\u00A16\u00A17");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy